axonyx-ui 0.0.43

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

<Card title={title} recipe="docs-nav">
  <div class="ax-docs-nav__body">
    <Slot />
  </div>
  <div class="ax-docs-nav__actions">
    <Slot name="actions" />
  </div>
</Card>