Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Update react #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Dynamic ReactJS Navigation Bar
Bootstrap Navigation bar rebuilt with React components. Written in ECMAScript 6 (ES6).
No external stylesheets! This navigation bar is built with [Radium](http://projects.formidablelabs.com/radium/) inline styling.
No external stylesheets! This navigation bar is built with [Radium](http://projects.formidablelabs.com/radium/) inline styling.

### Desktop View

Expand All @@ -27,9 +27,9 @@ const navbar = (
<Navbar>
<NavbarHeader href="homepage.html" name="Website Name"/>
<NavbarItems>
<Item link="about.html" title="About" />
<Item link="contact.html" title="Contact" />
<Item link="services.html" title="Services" />
<NavbarItem link="about.html" title="About" />
<NavbarItem link="contact.html" title="Contact" />
<NavbarItem link="services.html" title="Services" />
<NavbarDropdown name="Features">
<DropdownMenu menuItems={dropdownItems}/>
</NavbarDropdown>
Expand All @@ -50,7 +50,4 @@ npm install
```js
npm start
```
Go to http://localhost:8080/ on your favorite browser to view the Navigation bar.



Go to http://localhost:8080/ on your favorite browser to view the Navigation bar.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@
"eslint": "^0.24.1",
"eslint-plugin-react": "^2.7.0",
"node-libs-browser": "^0.5.2",
"react": "^0.14.0",
"webpack": "^1.9.12",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"path-is-absolute": "^1.0.0",
"radium": "^0.13.4",
"react": "^0.13.3"
"radium": "^0.13.4"
},
"peerDependencies": {
"react": "^0.14.0"
}
}
Binary file removed src/scripts/.app.jsx.swp
Binary file not shown.