Skip to content

Commit

Permalink
test: 스토리북 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
a-honey committed Jan 14, 2025
1 parent 42d5b21 commit 9b2ede5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/SortSelect/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ export const Default: SortSelectStory = {
defaultValue: "name",
},
};

export const CheckBox: SortSelectStory = {
args: {
options: [{ value: "unread", label: "안읽은 메시지만 보기" }],
defaultValue: "all",
},
};

0 comments on commit 9b2ede5

Please sign in to comment.