base tabler
This commit is contained in:
parent
ac2cfa9fe1
commit
0f84beacf1
1432 changed files with 28760 additions and 1 deletions
3
liquid/includes/ui/shape.html
Normal file
3
liquid/includes/ui/shape.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div class="shape{% if include['size'] %} shape-{{ include['size'] }}{% endif %}{% if include.color %} shape-{{ include.color }}{% endif %}{% if include.class %} {{ include.class }}{% endif %}{% if include.rounded %} rounded-circle{% endif %}">
|
||||
{% include "ui/icon.html" icon=include.icon %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue