3.0.18 • Published 3 months ago
@spellix/nav-menu v3.0.18
@spellix/nav-bar
A Quick description of the component
This component is generated automatically, please add a description and usage instructions below.
Short description
This is a header navbar for navigation across the application easily.
Installation
yarn add @spellix/nav-bar
# or
npm i @spellix/nav-bar
# or
pnpm i @spellix/nav-bar
Usage
Import NavBar from the package and configure it with props as needed:
import { NavBar } from '@spellix/nav-bar';
export const App = () => {
return <NavBar {...({/* props for the component */})} />;
};