From 698c80c543909409e6209b46a7c0f0a81c943834 Mon Sep 17 00:00:00 2001 From: healtheloper Date: Thu, 12 Oct 2023 18:39:39 +0900 Subject: [PATCH] =?UTF-8?q?Storybook=20=EC=B6=94=EA=B0=80=ED=96=88?= =?UTF-8?q?=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Input/stories/Input.stories.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/co-design-core/src/components/Input/stories/Input.stories.tsx b/packages/co-design-core/src/components/Input/stories/Input.stories.tsx index 7f7c5d6..0bcd159 100644 --- a/packages/co-design-core/src/components/Input/stories/Input.stories.tsx +++ b/packages/co-design-core/src/components/Input/stories/Input.stories.tsx @@ -115,3 +115,13 @@ export const WithLabel = { ); }, }; + +export const AutoFocus = { + render: (props) => { + return ( +
+ +
+ ); + }, +};