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 FREE
AdminNavbar
AuthNavbar
NOTE
You should note, that none of the above components are
not 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.
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 for admin
and
here for auth.
Example PRO
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 for admin,
here for auth
and
here for index.
AdminNavbar
Props
AuthNavbar
NOTE
You should note, that none of the above components are
not 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.
IndexNavbar
NOTE
You should note, that none of the above components are
not 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.