@acodez/navbar
v1.0.0
Published
navbar component
Downloads
2
Readme
@acodez/navbar
React navbar.
Installation
npm install @acodez/navbar
Props 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>