axonyx-ui 0.0.48

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

<section class="ax-component-preview" data-surface={surface}>
  <header class="ax-component-preview__header">
    <strong class="ax-component-preview__title">{title}</strong>
  </header>

  <div class="ax-component-preview__stage">
    <Slot />
  </div>
</section>