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
12
13
page ListItem

<div class="ax-list-item" data-tone={tone} data-interactive={interactive}>
  <span class="ax-list-item__leading">
    <Slot name="leading" />
  </span>
  <div class="ax-list-item__body">
    <Slot />
  </div>
  <span class="ax-list-item__trailing">
    <Slot name="trailing" />
  </span>
</div>