Skip to content

Commit

Permalink
docs: ToastProvider 내용 안내
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Sep 22, 2024
1 parent 35c07d9 commit ea8ba40
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/wow-ui/src/components/Toast/Toast.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ const meta: Meta<typeof Toast> = {
rules: [{ id: "color-contrast", enabled: false }],
},
},
docs: {
description: {
component:
"토스트가 필요한 레이아웃에서 children을 ToastProvider로 감싸 사용합니다.",
},
},
},
decorators: [
(Story) => (
Expand Down

0 comments on commit ea8ba40

Please sign in to comment.