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
page Card(title = "", surface = "", border = "", recipe = "")

<article class="ax-card" data-surface={surface} data-border={border} data-recipe={recipe}>
  <If when={title}>
    <h2 class="ax-card__title">{title}</h2>
  </If>
  <Slot />
</article>