Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 638 Bytes

File metadata and controls

20 lines (13 loc) · 638 Bytes

Responsive Navbar Menu with React & Shadcn/ui

This project is intended to accompany a blog post on building a responsive navbar in React using shadcn/ui components.

A deployed version is available at https://navbar-responsive-shadcn-ui-example.netlify.app.

Styling and additional functionality has been kept to a minimum in order to make the core parts of the responsive navbar more easily visible.

Running Locally

Install Dependencies:

npm install

Run in dev mode:

npm run dev