MenuBar
A fixed horizontal top bar composed of a brand slot and a right-aligned actions slot.
Installation
npx dafink-ui add menu-barDemo
Acme
Composition
<MenuBar>
</MenuBar>
Props
| Name | Type | Default | Description |
|---|---|---|---|
| height | string | 'h-14' | Tailwind height class for the bar. |
| className | string | '' | Additional CSS classes. |
| children | ReactNode | undefined | MenuBar content (brand, search, actions). |