toasts.md 277 字节
Newer Older
C
chomik 已提交
1 2 3 4 5 6
---
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.).

C
chomik 已提交
7
## Default markup
C
chomik 已提交
8 9 10 11

{% example html %}
{% include ui/toast.html %}
{% endexample %}