Skip to content

Commit

Permalink
docs: 스토리북 구체적으로 적기
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Mar 3, 2025
1 parent 09d7528 commit 57b47b2
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ const meta = {
rules: [{ id: "color-contrast", enabled: false }],
},
},
docs: {
description: {
component:
"ActionSheet.Header, ActionSheet.Body, ActionSheet.Footer를 조합해서 쓸 수 있어요.\n" +
"1. **Header**: 액션시트의 헤더로, Text, SubText를 포함할 수 있습니다.\n" +
"2. **Body**: 액션시트의 본문으로, 필요에 맞게 컨텐츠를 포함할 수 있습니다.\n" +
"3. **Footer**: 액션시트의 푸터로, 버튼 또는 버튼 묶음을 포함할 수 있습니다.",
},
},
},
argTypes: {
isOpen: {
Expand Down

0 comments on commit 57b47b2

Please sign in to comment.