From ea8ba40b3d5e1c595fe00eb4129179597fb735ae Mon Sep 17 00:00:00 2001 From: hamo-o Date: Sun, 22 Sep 2024 12:23:02 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20ToastProvider=20=EB=82=B4=EC=9A=A9=20?= =?UTF-8?q?=EC=95=88=EB=82=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/components/Toast/Toast.stories.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/wow-ui/src/components/Toast/Toast.stories.tsx b/packages/wow-ui/src/components/Toast/Toast.stories.tsx index e3871b41..790ba477 100644 --- a/packages/wow-ui/src/components/Toast/Toast.stories.tsx +++ b/packages/wow-ui/src/components/Toast/Toast.stories.tsx @@ -19,6 +19,12 @@ const meta: Meta = { rules: [{ id: "color-contrast", enabled: false }], }, }, + docs: { + description: { + component: + "토스트가 필요한 레이아웃에서 children을 ToastProvider로 감싸 사용합니다.", + }, + }, }, decorators: [ (Story) => (