diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-25 12:57:12 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-25 12:57:12 +0200 |
| commit | 8a6f09b564d5d2f02d0a2605f6b52070a910aaa3 (patch) | |
| tree | cd9e2b6ae6be75f4595b9823e67ebb6bc76df8e8 /src/components/molecules/nav/breadcrumb.stories.tsx | |
| parent | 782a5a1e794a9a8ef6b0b892cd3f386ed583c680 (diff) | |
chore: add a PageLayout component
Diffstat (limited to 'src/components/molecules/nav/breadcrumb.stories.tsx')
| -rw-r--r-- | src/components/molecules/nav/breadcrumb.stories.tsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/molecules/nav/breadcrumb.stories.tsx b/src/components/molecules/nav/breadcrumb.stories.tsx index 500ae6c..e26b480 100644 --- a/src/components/molecules/nav/breadcrumb.stories.tsx +++ b/src/components/molecules/nav/breadcrumb.stories.tsx @@ -22,6 +22,19 @@ export default { required: false, }, }, + itemClassName: { + control: { + type: 'text', + }, + table: { + category: 'Styles', + }, + description: 'Set additional classnames to the breadcrumb items.', + type: { + name: 'string', + required: false, + }, + }, items: { description: 'The breadcrumb items.', type: { |
