1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-30 23:14:39 +04:00

typo, carousel, toasts

This commit is contained in:
chomik
2019-04-13 22:30:50 +02:00
parent babbf8af6c
commit efb3e214ad
12 changed files with 169 additions and 41 deletions
+11
View File
@@ -0,0 +1,11 @@
---
title: Toasts
---
The toast component is like an alert box that is only shown for a couple of seconds when something happens (i.e. when the user clicks on a button, submits a form, etc.).
### Default markup
{% example html %}
{% include ui/toast.html %}
{% endexample %}