toasts.md 340 字节
Newer Older
C
chomik 已提交
1 2
---
title: Toasts
C
chomik 已提交
3
menu: docs.toasts
C
codecalm 已提交
4
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.).
C
codecalm 已提交
5
bootstrap-link: components/toasts/
C
chomik 已提交
6 7 8
---


C
codecalm 已提交
9 10

### Default markup
C
chomik 已提交
11

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