Skip to content

Commit 357772a

Browse files
committed
docs(CToast): update docs
1 parent 48c18a9 commit 357772a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4.0/components/toast.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To encourage extensible and predictable toasts, we recommend a header and body.
3535
Toasts are as flexible as you need and have very little required markup. At a minimum, we require a single element to contain your "toasted" content and strongly encourage a dismiss button.
3636

3737
<Example>
38-
<CToast title="CoreUI for React.js" autohide={false} visible={true}>
38+
<CToast title="CoreUI for React.js" animation={false} autohide={false} visible={true}>
3939
<CToastHeader close>
4040
<svg
4141
className="rounded me-2"

0 commit comments

Comments
 (0)