Skip to content

Commit

Permalink
fix(storybook): use better example text
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Oct 20, 2020
1 parent f486cf1 commit 54e8c0e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions packages/react/src/components/Breadcrumb/Breadcrumb-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,13 @@ export const breadcrumbWithOverflowMenu = () => (
<BreadcrumbItem href="#">Breadcrumb 2</BreadcrumbItem>
<BreadcrumbItem>
<OverflowMenu>
<OverflowMenuItem itemText="Option 1" id="two" />
<OverflowMenuItem
itemText="Option 2 is an example of a really long string and how we recommend handling this"
requireTitle
/>
<OverflowMenuItem itemText="Option 3" />
<OverflowMenuItem itemText="Option 4" />
<OverflowMenuItem itemText="Danger option" hasDivider isDelete />
<OverflowMenuItem itemText="Breadcrumb 3" />
<OverflowMenuItem itemText="Breadcrumb 4" />
<OverflowMenuItem itemText="Breadcrumb 5" />
<OverflowMenuItem itemText="Breadcrumb 6" />
</OverflowMenu>
</BreadcrumbItem>
<BreadcrumbItem href="#">Breadcrumb 3</BreadcrumbItem>
<BreadcrumbItem href="#">Breadcrumb 7</BreadcrumbItem>
</Breadcrumb>
);

Expand Down

0 comments on commit 54e8c0e

Please sign in to comment.