Skip to content
Snippets Groups Projects
Commit 06160b02 authored by Julian's avatar Julian Committed by Nik | Klampfradler
Browse files

Resolve "Add partial for Materialize chips"

parent ce78dc63
No related branches found
No related tags found
No related merge requests found
<div class="chip {{ classes }}">
{% if img %}
<img class="{{ img_classes }}" src="{{ img }}" alt="{{ alt }}">
{% endif %}
{{ content }}
{% if close %}
<i class="close material-icons"></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