From 4167c107f81aeb2b05e3fe3e2e511b50ea9be640 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 18 Jan 2021 05:10:01 -0800 Subject: Add a live toast example to the docs (#32760) --- site/content/docs/5.0/components/toasts.md | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'site/content/docs') diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md index 45cef6f45..eb879b650 100644 --- a/site/content/docs/5.0/components/toasts.md +++ b/site/content/docs/5.0/components/toasts.md @@ -41,6 +41,46 @@ Toasts are as flexible as you need and have very little required markup. At a mi {{< /example >}} +### Live + +Click the button the below to show as toast (positioning with our utilities in the lower right corner) that has been hidden by default with `.hide`. + +
+ +
+ +
+ +
+ +```html + + +
+ +
+``` + ### Translucent Toasts are slightly translucent, too, so they blend over whatever they might appear over. -- cgit v1.2.3