Files
maddin 6fbd1bb3c2
CI / checks (push) Has been cancelled
chore: initialize public repository
2026-03-22 12:57:09 +00:00

4 lines
152 B
HTML

{% macro chip(text, kind='default', extra_class='') -%}
<span class="ui-chip ui-chip--{{ kind }} {{ extra_class }}">{{ text }}</span>
{%- endmacro %}