@acodez/navbar
v1.0.0
Published
navbar component
Downloads
10
Readme
@acodez/navbar
React navbar.
Installation
npm install @acodez/navbarProps API
| Property | Type | Required | Description |
|-----|-----|-----|:-----|
|theme|string|no|navbar theme, dark or light|
|size|string|no|size (height) of navabr. choose from normal, small|
|direction|string|no|content alignment, horizontal or vertical|
Usage
import Navbar from "@acodez/navbar";<Navbar theme="dark" direction="horizontal" size="small">
content here
</Navbar>