wavefunk-ui 0.1.1

Askama and htmx UI component base for Wave Funk Rust applications.
Documentation
1
<input class="{{ self.class_name() }}" type="{{ input_type }}" name="{{ name }}"{% match value %}{% when Some with (text) %} value="{{ text }}"{% when None %}{% endmatch %}{% match placeholder %}{% when Some with (text) %} placeholder="{{ text }}"{% when None %}{% endmatch %}{% if disabled %} disabled{% endif %}{% if required %} required{% endif %}{% for attr in attrs %} {{ attr.name }}="{{ attr.value }}"{% endfor %}>