axonyx-ui 0.0.48

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
page AppShell(rail = "left", railWidth = "md", gap = "")

<div class="ax-app-shell" data-rail={rail} data-rail-width={railWidth} data-gap={gap}>
  <Slot name="sidebar" />
  <Slot />
</div>