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
page Tab

<div class="ax-tab" data-value={value}>
  <div class="ax-tab__label">{title}</div>
  <div class="ax-tab__panel">
    <Slot />
  </div>
</div>