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
page Field(state = "", htmlFor = "")

<label class="ax-field" data-state={state} for={htmlFor}>
  <span class="ax-field__label">
    <Slot name="label" />
  </span>
  <Slot />
  <p class="ax-field__hint">
    <Slot name="hint" />
  </p>
  <p class="ax-field__error">
    <Slot name="error" />
  </p>
</label>