wavefunk-ui 0.1.5

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
2
3
4
5
<nav class="wf-tabs" aria-label="Tabs">
{%- for item in items -%}
  <a href="{{ item.href }}"{% if item.active %} class="is-active" aria-current="page"{% endif %}>{{ item.label }}</a>
{%- endfor -%}
</nav>