@agala-labs/ui
Navbar
Aligns brand, primary navigation, and top-level actions.
Examples
Default
<AgalaNavbar><template #brand>Acme</template><a href="/projects">Projects</a><template #actions><AgalaButton>New</AgalaButton></template></AgalaNavbar>Import
import { AgalaNavbar } from '@agala-labs/ui'API
| Prop | Type | Default | Description |
|---|---|---|---|
class | string | — | Consumer override class. |
Slots
branddefault — navigationactions
Accessibility
Use semantic links inside the navigation region and label icon-only actions.