axonyx-ui 0.0.48

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
page MenuItem(href = "#", active = "", disabled = "")

<a class="ax-menu__item" href={href} data-active={active} data-disabled={disabled}>
  <Slot />
</a>