axonyx-ui 0.0.38

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 DropdownItem

<a class="ax-dropdown__item" data-tone={tone} href={href}>
  <span class="ax-dropdown__item-main">
    <span class="ax-dropdown__item-icon">
      <Slot name="icon" />
    </span>
    <Slot />
  </span>
  <span class="ax-dropdown__item-meta">
    <Slot name="meta" />
  </span>
</a>