axonyx-ui 0.0.33

Foundry CSS, JavaScript helpers, and Axonyx-native .ax components for Axonyx UI.
Documentation
1
2
3
4
5
6
7
8
component PropRow(name = "", type = "", default = "", description = "")

<tr class="ax-prop-row">
  <td class="ax-prop-row__name">{name}</td>
  <td class="ax-prop-row__type">{type}</td>
  <td class="ax-prop-row__default">{default}</td>
  <td class="ax-prop-row__desc">{description}</td>
</tr>