From 22d080ffd9c6fbb60b1bc6b62658dd38ae520a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Curda?= Date: Tue, 21 May 2024 16:12:17 +0200 Subject: [PATCH] Feat(web): Add Message and Link for ToastBar #DS-1213 --- .../web/src/scss/components/Toast/README.md | 14 ++++----- .../src/scss/components/Toast/_ToastBar.scss | 12 ++++---- .../web/src/scss/components/Toast/index.html | 30 +++++++++---------- 3 files changed, 27 insertions(+), 29 deletions(-) diff --git a/packages/web/src/scss/components/Toast/README.md b/packages/web/src/scss/components/Toast/README.md index e971b274b4..9092957eb7 100644 --- a/packages/web/src/scss/components/Toast/README.md +++ b/packages/web/src/scss/components/Toast/README.md @@ -164,7 +164,7 @@ Minimum example: ```html
-
+
Message only
@@ -178,7 +178,7 @@ An icon can be added to the ToastBar component: ```html
-
+
@@ -195,7 +195,7 @@ An action link can be added to the ToastBar component: ```html
-
+
Message with action Action @@ -219,7 +219,7 @@ For example: ```html
-
+
Success message
@@ -256,7 +256,7 @@ button: ```html
-
+
Dismissible message