1.0.1 • Published 4 months ago

@ahmedalkaff/react-responsive-navbar v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

React Responsive NavBar

A Responsive React NavBar to be used in React projects.

Built with Next.js and tailwindcss in mind.

Installation

To Install the package:

npm install @ahmedalkaff/react-responsive-navbar

Usage

import {Navbar, type NavbarProps, type Item} from '@ahmedalkaff/react-responsive-navbar';

.
.
.

<Navbar
  items = {[
      {name: 'Home', href:"/"},
      {name: 'About', href:"/about"},
      {name: 'Contact', href:"/contact"},
    ]}
    containerClassName= 'bg-gray-700 text-white'
/>
1.0.1

4 months ago

1.0.0

8 months ago