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.
1 parent c554bf7 commit 4594700Copy full SHA for 4594700
src/toast/stories/ToastBasic.component.tsx
@@ -214,7 +214,7 @@ function ToastTriggers() {
214
})
215
}
216
>
217
- Add Non Dismissable Toast
+ Add Manually 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 Manually Dismissable Bottom Right Toast
118
119
120
);
0 commit comments