Menu Fluid
A tabular navigation with seamless fluid hover animation.
Preview
Installation
npx shadcn@latest add "https://ui.rechesoares.com/registry/menu-fluid.json"
Component Props
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| menuItems | MenuItem[] | - | Yes | An array of menu items, each with a label (string) and href (string). |
| className | string | - | No | Optional additional CSS classes to apply to the container. |
| indicatorClassName | string | - | No | Optional additional CSS classes to apply to the hovered background indicator. |