axonyx-ui 0.0.34

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

<select
  class="ax-select"
  data-size={size}
  data-surface={surface}
  id={id}
  name={name}
  disabled={disabled}
  aria-invalid={invalid}
>
  <Slot />
</select>