axonyx-ui 0.0.47

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
7
8
9
10
page Navbar

<header class="ax-navbar">
  <a class="ax-navbar__brand" href={brandHref}>
    <Slot name="brand" />
  </a>
  <nav class="ax-navbar__links">
    <Slot />
  </nav>
</header>