Skip to content

Commit

Permalink
refactor: NoResultMessage 스토리북에 props 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
alwubin committed Sep 25, 2024
1 parent 6500a76 commit 6f5a6a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/stories/atoms/NoResultsMessage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ const meta = {
tags: ['autodocs'],
argTypes: {
keyword: { control: { type: 'text' } },
searchChoice: {
options: ['default', 'balanceGame', 'talkPick'],
control: { type: 'radio' },
},
},
args: {
keyword: '신라면',
searchChoice: 'default',
},
} satisfies Meta<typeof NoResultsMessage>;

Expand Down

0 comments on commit 6f5a6a3

Please sign in to comment.