Skip to content
Snippets Groups Projects
Commit 34cffc04 authored by Julian's avatar Julian
Browse files

Create chip template

parent ce78dc63
No related branches found
No related tags found
1 merge request!448Resolve "Add partial for Materialize chips"
Pipeline #5350 passed
<div class="chip {{ css }}">
{% if img %}
<img src="{{ img }}" alt="{{ alt }}">
{% endif %}
{{ content }}
{% if close %}
<i class="close material-icons">close</i>
{% endif %}
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment