Skip to content

Commit

Permalink
updates to storybook example
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW committed Nov 4, 2024
1 parent b9446be commit 5577f32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Breadcrumb/breadcrumb.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ export default {
export const Default = () => (
<div>
<Breadcrumb items={mockedItems} />
<br />
<p>mobileCompressedView :</p>
</div>
)

export const mobileCompressedView = () => (
<div>
<Breadcrumb mobileCompressedView items={mockedItems} />
</div>
)

0 comments on commit 5577f32

Please sign in to comment.