mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 18:34:25 +04:00
14 lines
305 B
Markdown
14 lines
305 B
Markdown
---
|
|
title: Toasts
|
|
menu: docs.toasts
|
|
description: 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 %}
|
|
{% include ui/toast.html %}
|
|
{% endexample %}
|