Skip to content

Commit

Permalink
feat: 버튼 스토리북 subTitle 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Jan 7, 2024
1 parent 8ab5df2 commit 237defc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import Button from '.';
const meta: Meta<typeof Button> = {
title: 'Components/Button',
component: Button,
parameters: {
componentSubtitle: 'Action이나 Event를 Trigger하는 컴포넌트',
},
};

export default meta;
Expand Down

0 comments on commit 237defc

Please sign in to comment.