/navbar-responsive-shadcn-ui-example

Simple implementation demonstrating a responsive navbar using shadcn/ui components

Primary LanguageTypeScript

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