3.0.18 • Published 3 months ago

@spellix/nav-menu v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@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 */})} />;
};
3.0.18

3 months ago

3.0.17

3 months ago