1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-18 03:21:41 +04:00
Files
tabler/pages/_docs/toasts.md
T
2019-05-13 23:35:33 +02:00

295 B

title, menu
title menu
Toasts docs.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 %}