Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce BreadcrumbsItem component
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Oct 16, 2023
1 parent c881d63 commit e0f2b20
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,17 @@ const meta: Meta<typeof BreadcrumbsItem> = {
title: 'Components/Breadcrumbs',
component: BreadcrumbsItem,
argTypes: {
iconNameStart: {
iconNameEnd: {
control: 'text',
table: {
defaultValue: { summary: 'chevron-right' },
},
},
iconNameEnd: {
iconNameStart: {
control: 'text',
table: {
defaultValue: { summary: 'chevron-left' },
},
},
isCurrent: {
control: 'boolean',
Expand Down

0 comments on commit e0f2b20

Please sign in to comment.