Skip to content

Commit c770a29

Browse files
committed
chore: storybook 옵션 수정
1 parent effe027 commit c770a29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/text-input/text-input.stories.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ const meta: Meta<typeof TextInput> = {
66
component: TextInput,
77
parameters: {
88
layout: "centered",
9+
docs: {
10+
description: {
11+
component: "공통으로 사용되는 Input 컴포넌트 입니다",
12+
},
13+
},
914
},
15+
tags: ["autodocs"],
1016
argTypes: {
1117
title: { control: { type: "text" } },
1218
placeholder: { control: { type: "text" } },

0 commit comments

Comments
 (0)