wavefunk-ui 0.1.5

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
<textarea class="wf-textarea wf-markdown-textarea" name="{{ name }}" rows="{{ rows }}" data-wf-markdown{% match placeholder %}{% when Some with (text) %} placeholder="{{ text }}"{% when None %}{% endmatch %}{% for attr in attrs %} {{ attr.name }}="{{ attr.value }}"{% endfor %}>{% match value %}{% when Some with (text) %}{{ text }}{% when None %}{% endmatch %}</textarea>