We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effe027 commit c770a29Copy full SHA for c770a29
src/components/text-input/text-input.stories.tsx
@@ -6,7 +6,13 @@ const meta: Meta<typeof TextInput> = {
6
component: TextInput,
7
parameters: {
8
layout: "centered",
9
+ docs: {
10
+ description: {
11
+ component: "공통으로 사용되는 Input 컴포넌트 입니다",
12
+ },
13
14
},
15
+ tags: ["autodocs"],
16
argTypes: {
17
title: { control: { type: "text" } },
18
placeholder: { control: { type: "text" } },
0 commit comments