Skip to content

@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

PropTypeDefaultDescription
classstringConsumer override class.

Slots

  • brand
  • default — navigation
  • actions

Accessibility

Use semantic links inside the navigation region and label icon-only actions.

Released under the MIT License.