Navbar

Navbar UI Component

Installation

npm i @synerise/ds-navbar
or
yarn add @synerise/ds-navbar

Usage

import Navbar from '@synerise/ds-navbar'
<Navbar />

Demo

API

PropertyDescriptionTypeDefault
actionsPlace for icon actionsReact.ReactNode-
additionalNodesAdditional nodes rendered in the navbarReact.ReactNode-
classNameClass added to the componentstring-
colorColor codestring-
descriptionDescription of navbarstring-
logoSrc to image or React.Node elementReact.ReactNode / string-
alertNotificationReact.Node element for IconAlert and ButtonReact.ReactNode-