wavefunk-ui 0.1.1

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
2
3
4
5
6
7
8
9
<label class="{{ self.class_name() }}">
  <span class="wf-label">{{ label }}</span>
  {{ control_html }}
  {%- match hint -%}
  {%- when Some with (text) -%}
  <span class="wf-field-hint">{{ text }}</span>
  {%- when None -%}
  {%- endmatch -%}
</label>