An open API service indexing awesome lists of open source software.

https://github.com/marleydip/react-multi-menu-navbar-framer-motion-tailwind-css

Responsive multilevel dropdown navbar with react js & tailwind css | React js Dropdown Navbar
https://github.com/marleydip/react-multi-menu-navbar-framer-motion-tailwind-css

framer-motion functional-components jsx-renderer optional-chaining tailwind-css useeffect-hook vite

Last synced: about 2 months ago
JSON representation

Responsive multilevel dropdown navbar with react js & tailwind css | React js Dropdown Navbar

Awesome Lists containing this project

README

          

# Responsive Multi Menu NavBar

## Description

### Responsive Multi Menu navigation bar using React JS, Tailwind CSS, and Framer Motion

![unnamed](https://github.com/user-attachments/assets/61cc9abd-728f-473b-84c2-8ff433a2b63c)

## Features
- Easily customizable navigation bar.
- Supports dropdown menus.
- Responsive design for mobile and desktop views.
- [Live Preview](https://sofian-navbar.netlify.app/)

## Installation
1. Clone the repository:
```bash
git clone https://github.com/marleyDip/React-Multi-Menu-Navbar-Framer-Motion-Tailwind-CSS.git
```
2. Navigate to the project directory:
```bash
cd React-Multi-Menu-Navbar-Framer-Motion-Tailwind-CSS
```
3. Install the dependencies using `pnpm`:
```bash
pnpm install
```

## Usage
1. Start the application:
```bash
pnpm start
```
2. Open your browser and navigate to `http://localhost:5173`.