A Navbar component is a navigation header that is placed at the top
of the page. It can extend or collapse, depending on the screen
size.
Description
We’ve made the following navbar components using various
reactstrap
components, and
Bootstrap
classes and also some custom
scss/css
classes.
Example
Since these components were created with the thought of expanding on
a whole screen, you should also take a look at our live preview, to
see it on full width
here.
DemoNavbar
DemoNavbar Props
NavbarDanger
NavbarDefault
NavbarInfo
NavbarPrimary
NavbarSuccess
NavbarWarning
Note
You should note, that none of the bellow components are dynamic, as
we do not know what your end use case will be. Feel free to change
it, add your own props and dynamic code.