Skip to content

Commit

Permalink
Storybook 추가했다
Browse files Browse the repository at this point in the history
  • Loading branch information
healtheloper committed Oct 12, 2023
1 parent e03a44e commit 698c80c
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,13 @@ export const WithLabel = {
);
},
};

export const AutoFocus = {
render: (props) => {
return (
<div style={{ width: 400, padding: 24 }}>
<Input autoFocus {...props} />
</div>
);
},
};

0 comments on commit 698c80c

Please sign in to comment.