mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
parent
fd3698b49a
commit
85c4a14b2a
25 changed files with 546 additions and 28 deletions
|
@ -48,7 +48,7 @@ export const Expandable = () => ({
|
|||
Component,
|
||||
props: {
|
||||
story: 'expandable',
|
||||
tabIndex: number('Tab index (tabIndex)', 0),
|
||||
tabindex: text('Tab index (tabindex)', '0'),
|
||||
expanded: boolean('Expanded (expanded)', false),
|
||||
tileMaxHeight: number('Max height (tileMaxHeight)', 0),
|
||||
tileCollapsedIconText: text(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue