Skip to content

Id-Yuu/navbar-tailwind

Repository files navigation

Navbar-tailwind

Responsive Navbar with TailwindCSS And Reactjs, This navbar is made with a fixed layout on mobile and unstyled deskop view.

Preview

Unstyled Fixed Layout
code1 code2

Usage

Clone Unstyled ^

git clone https://github.com/Id-Yuu/navbar-tailwind.git

Clone Fixed Layout ^

git clone https://github.com/Id-Yuu/navbar-tailwind.git --branch fixed-layout --single-branch

Open Folder

cd navbar-tailwind

Install

npm install

Run Local

npm run dev

Edit

src/
├─ assets/
├─ components/
│  ├─ Navbars.jsx

Technologies used

  • React v18
  • React Router Dom v6
  • TailwindCSS
  • Vitejs