1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/pages/_includes/ui/alert.html
2019-03-12 22:09:23 +01:00

3 lines
222 B
HTML

<div class="alert alert-{{ include.type | default: 'primary'}}" role="alert">
{% if include.icon %}{% include ui/icon.html icon=include.icon %}{% endif %} {{ include.text | default: "This is a custom alert box!" }}
</div>