Installation
Usage
import NavbarMinimal from "@/components/ruixen/navbar-minimal";
export default function MyNavbar() {
return <NavbarMinimal />;
}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 |
cta | React.ReactNode | Default button | Single call-to-action button |
className | string | - | Additional CSS classes |
Features
- Ultra-minimal design
- Essential elements only
- Single CTA focus
- Clean typography
- Light and dark mode support

