Installation
Usage
import NavbarSimple from "@/components/ruixen/navbar-simple";
export default function MyNavbar() {
return <NavbarSimple />;
}Props
| Prop | Type | Default | Description |
|---|---|---|---|
logo | React.ReactNode | Default logo | Custom logo element |
links | { label: string; href: string; active?: boolean }[] | Default links | Navigation links array |
actions | React.ReactNode | Default buttons | Custom action buttons |
className | string | - | Additional CSS classes |
Features
- Clean, minimal design
- Responsive layout
- Customizable logo, links, and actions
- Active link highlighting
- Light and dark mode support

