Skip to content

Commit

Permalink
list
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Shiroma committed Oct 17, 2024
1 parent 24ce8b7 commit d3a889a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/ui/src/components/list/list.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,15 @@ export const CustomComponent = () => (
<div>
<h1 className="typography-body-10 mb-2">Title</h1>
<List type="link" className="mb-4" spacing="medium">
<ListItem linkTag={CustomLink}>Styled bullet list</ListItem>
<ListItem linkTag={CustomLink}>Styled bullet list</ListItem>
<ListItem linkTag={CustomLink}>Styled bullet list</ListItem>
<ListItem linkTag={CustomLink} href="#href1">
Styled bullet list
</ListItem>
<ListItem linkTag={CustomLink} href="#href2">
Styled bullet list
</ListItem>
<ListItem linkTag={CustomLink} href="#href3">
Styled bullet list
</ListItem>
</List>
</div>
);

0 comments on commit d3a889a

Please sign in to comment.