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
10
11
page Alert(tone = "info", title = "")

<div class="ax-alert" data-tone={tone} role="status">
  <div class="ax-alert__marker" aria-hidden="true"></div>
  <div class="ax-alert__body">
    <strong class="ax-alert__title">{title}</strong>
    <div class="ax-alert__content">
      <Slot />
    </div>
  </div>
</div>