navbar component
npm install @acodez/navbarReact navbar.
-----
- Installation
- PropsAPI
- Usage
-----
``bash`
npm install @acodez/navbar
| Property | Type | Required | Description |
|-----|-----|-----|:-----|
|theme|string|no|navbar theme, dark or light|string
|size||no|size (height) of navabr. choose from normal, small|string
|direction||no|content alignment, horizontal or vertical|
-----
`jsx`
import Navbar from "@acodez/navbar";`
jsx``
content here