Navigation menu
A horizontal menu with dropdowns.
Simple (no dropdowns)
Featured
API reference
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
items | readonly NavMenuItem[] | [] | Top-level menu entries, each optionally opening a dropdown panel. |
Types
NavMenuItem
| Field | Type | Description |
|---|---|---|
label | string | Visible text of the top-level menu entry. |
href? | string | Destination URL for a plain (non-dropdown) entry. |
links? | NavMenuLink[] | Sub-links rendered in the dropdown panel; presence makes this a dropdown. |
featured? | NavMenuLink | A highlighted promo link shown at the top of the dropdown panel. |
NavMenuLink
| Field | Type | Description |
|---|---|---|
label | string | Visible text of the link. |
href? | string | Destination URL; falls back to `#` when omitted. |
description? | string | Optional secondary text shown beneath the label. |
Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.