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
<button class="{{ self.class_name() }}" type="button"{% for attr in attrs %} {{ attr.name }}="{{ attr.value }}"{% endfor %}>
  {{ avatar }}
  <span class="wf-user-id">
    <span class="wf-user-name">{{ name }}</span>
    <span class="wf-user-email">{{ email }}</span>
  </span>
  <span class="wf-user-caret">v</span>
</button>