wavefunk-ui 0.1.1

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
2
3
4
5
<div class="wf-btn-group"{% for attr in attrs %} {{ attr.name }}="{{ attr.value }}"{% endfor %}>
{%- for button in buttons -%}
{{ button }}
{%- endfor -%}
</div>