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

<div class="ax-popover">
  <button class="ax-button" data-variant={variant} type="button">
    <Slot name="trigger" />
  </button>
  <div class="ax-popover__content" data-side={side}>
    <Slot />
  </div>
</div>