Navbar - Keep React

The Navbar component is a fundamental UI element used in web development to create a navigation bar at the top of a webpage. It provides a structured and organized way to display links, menus, and other navigation-related content to users.

Table of Contents#

Default Navbar#

It provides a sleek and modern default style that developers can use as a starting point for their navigation needs.

It is ideal for web applications and websites that want to prominently showcase their brand or logo at the center of the navigation bar.

It includes a collapsible menu that is hidden by default and can be toggled open and closed by tapping on a menu icon.

This component is designed to enhance user interactions by providing a convenient search feature within the navigation bar.

Ecommerce Navbar#

This component is designed to enhance user interactions by providing a convenient search feature within the navigation bar.

Explore the available props for the <Navbar> component

PropertyDescriptionTypeDefault
fluidDetermines whether the navbar should be fluid or fixed-width.booleanfalse
roundedSpecifies whether the navbar should have rounded corners.booleanfalse
borderControls whether a border should be added to the navbar.booleanfalse
collapseTypeResponsive menu collapse effect
sidebar
fullWidth
false

Explore the available props for the <Navbar.Link> component

PropertyDescriptionTypeDefault
iconMenu Link IconstringCaretRight
linkNameMenu Link namestringhome
iconAnimationMenu Link Icon Animated or notbooleantrue
hrefMenu Link hrefstring/