toasts.md 290 字节
Newer Older
C
chomik 已提交
1 2
---
title: Toasts
C
chomik 已提交
3
menu: docs.toasts
C
chomik 已提交
4 5 6 7
---

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.).

C
chomik 已提交
8
## Default markup
C
chomik 已提交
9

C
chomik 已提交
10
{% example %}
C
chomik 已提交
11 12
{% include ui/toast.html %}
{% endexample %}