axonyx-ui 0.0.47

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
7
8
9
page Tooltip(label = "")

<span class="ax-tooltip">
  <Slot />
  <span class="ax-tooltip__content">
    {label}
    <Slot name="content" />
  </span>
</span>