wavefunk-ui 0.1.5

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
2
3
4
5
6
7
8
<div class="wf-filterbar"{% for attr in attrs %} {{ attr.name }}="{{ attr.value }}"{% endfor %}>
  <div class="wf-filterbar-controls">{{ controls_html }}</div>
  {%- match actions_html -%}
  {%- when Some with (html) -%}
  <div class="wf-filterbar-actions">{{ html }}</div>
  {%- when None -%}
  {%- endmatch -%}
</div>