Skip to content

Commit

Permalink
Update stickydoc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 13, 2024
1 parent 7b66d2c commit 127796a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/toast/stickydoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function StickyDemo() {
<>
<DocSectionText {...props}>
<p>
A message disappears after 3000ms which is the default value defined for <i>life</i> option, set <i>sticky</i> to true in the option object to display messages that do not hide automatically.
A message will disappear after 3000ms, the default value defined for the <i>life</i> option. To display messages that remain visible and do not hide automatically, set the <i>sticky</i> option to "true".
</p>
</DocSectionText>
<div className="card flex justify-content-center">
Expand Down

0 comments on commit 127796a

Please sign in to comment.