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
14
15
16
page EmptyState

<section class="ax-empty-state">
  <div class="ax-empty-state__icon">
    <Slot name="icon" />
  </div>
  <div class="ax-empty-state__title">
    <Slot name="title" />
  </div>
  <p class="ax-empty-state__description">
    <Slot />
  </p>
  <div class="ax-empty-state__actions">
    <Slot name="actions" />
  </div>
</section>