Beautiful animated navigation bars with tubelight effects. Responsive design that adapts to mobile and desktop views.
import { NavBar } from "@/components/ui/tubelight-navbar"
import { Home, User, Briefcase } from 'lucide-react'
const navItems = [
{ name: 'Home', url: '#', icon: Home },
{ name: 'About', url: '#about', icon: User },
{ name: 'Projects', url: '#projects', icon: Briefcase }
]
<NavBar items={navItems} />
↑ Original navbar ↓ Alternative demo