Skip to content

Commit

Permalink
Accrodion stories description & default value
Browse files Browse the repository at this point in the history
  • Loading branch information
g-stamatis committed Jan 14, 2022
1 parent 5079247 commit ab8fb88
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/customizations/components/theme/Accordion/Accordion.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,38 @@ export default {
variant: {
options: ['default', 'styled', 'inverted segment'],
control: { type: 'select' },
description: "Accordion style class",
table: {
type: {
summary: 'string',
},
defaultValue: {
summary: 'default',
},
},
},
content:{
description:"Accordion content object",
table: {
type: {
summary: 'Object',
},
defaultValue: {
summary: '\"\"',
},
},
},
fluid:{
description:"take width of container",
table: {
type: {
summary: 'boolean',
},
defaultValue: {
summary: false,
},
},
}
},
};

Expand Down

0 comments on commit ab8fb88

Please sign in to comment.