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
page Table(density = "", zebra = "")

<div class="ax-table-wrap" data-density={density} data-zebra={zebra}>
  <table class="ax-table">
    <Slot />
  </table>
</div>