Skip to content

Commit

Permalink
feat: 스토리북 요소 예시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Leejin-Yang committed Mar 5, 2024
1 parent 3459f72 commit 84f92b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Text/Text.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,12 @@ export const Aligns: Story = {
</>
),
};

export const Elements: Story = {
render: ({ children }) => (
<>
<Text>{children}</Text>
<Text as="span">{children}</Text>
</>
),
};

0 comments on commit 84f92b2

Please sign in to comment.