We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c554bf7 + 6767b56 commit 829e335Copy full SHA for 829e335
src/toast/stories/ToastBasic.component.tsx
@@ -214,7 +214,7 @@ function ToastTriggers() {
214
})
215
}
216
>
217
- Add Non Dismissable Toast
+ Add Manual Dismissable Toast
218
</TriggerButton>
219
</div>
220
src/toast/stories/ToastCSSAnimated.component.tsx
@@ -93,7 +93,7 @@ export function ToastTriggers() {
93
94
95
96
- Add 4s duration Top Left Toast
+ Add 4s duration Bottom Left Toast
97
98
<TriggerButton
99
onClick={() =>
@@ -114,7 +114,7 @@ export function ToastTriggers() {
114
115
116
117
- Add Non Dismissable Bottom Right Toast
+ Add Manual Dismissable Bottom Right Toast
118
119
120
);
0 commit comments