From 84f92b2224a1bb12736721d3423453d4a54f50af Mon Sep 17 00:00:00 2001 From: Leejin-Yang Date: Tue, 5 Mar 2024 14:39:21 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=8A=A4=ED=86=A0=EB=A6=AC=EB=B6=81=20?= =?UTF-8?q?=EC=9A=94=EC=86=8C=20=EC=98=88=EC=8B=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Text/Text.stories.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Text/Text.stories.tsx b/src/Text/Text.stories.tsx index b450284..9e9b2c2 100644 --- a/src/Text/Text.stories.tsx +++ b/src/Text/Text.stories.tsx @@ -54,3 +54,12 @@ export const Aligns: Story = { ), }; + +export const Elements: Story = { + render: ({ children }) => ( + <> + {children} + {children} + + ), +};