Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/doc/src/@crossed-ui/Toast.stories.tsx
Original file line number Diff line number Diff line change
@@ -56,7 +56,9 @@ export const Animated: Story = {
render: (e) => (
<Toast {...e}>
<Toast.Title>Animated Toast</Toast.Title>
<Toast.Description>Indicating when the toast will disapear</Toast.Description>
<Toast.Description>
Indicating when the toast will disappear
</Toast.Description>
<Toast.Progress duration={4000} />
</Toast>
),

0 comments on commit f3a2fb4

Please sign in to comment.