← Back to components
Navigation Bar
A responsive navigation bar component
Navigation
Created by Alex Johnson
4.6 rating
543 downloads
Preview
How to use
import { GrainNavbar } from "@/components/demos/grain-navbar"
export default function MyLayout() {
return (
<div>
<GrainNavbar />
{/* Your page content */}
</div>
)
}
Note: Make sure you have the required dependencies installed and the necessary UI components imported in your project. The component uses Tailwind CSS for styling and may require additional setup based on your project configuration.