mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
12 lines
277 B
Markdown
12 lines
277 B
Markdown
---
|
|
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 %}
|