React bootstrap navigation bar
npm install lm-react-bootstrap-navbarThis is a fork of https://github.com/haridusenadeera/react-navbar adding onClick handlers to items.

js
const dropdownItems = [
{href: '#', name: 'Overview'},
{href: '#', name: 'Setup'},
{href: '#', name: 'Usage'},
];const navbar = (
);
React.render(navbar, document.getElementById('navbar'));
`
Install
Clone the repository. Then install dependencies,`js
npm install
`Run the webpack dev server
`js
npm start
``