Accordion
TODO: Add description
// markdown for TritonAccordion
API
Properties
TritonAccordion
Property | Description | Type | Default |
---|---|---|---|
background | skin to apply to the accordion | grey transparent | 'grey' |
multiple-open | boolean | false | |
skin | skin to apply to the accordion | border flat gap semi-border | 'border' |
TritonAccordionItem
Property | Description | Type | Default |
---|---|---|---|
active | the openclose state of the accordion | boolean | - |
animation | Icon to display in the header when state is active | boolean | true |
header | title to display in the header of the accordion | string | - |
icon-closed | Icon to display in the header when state is active | Icon | 'chevron-down' |
icon-open | Icon to display in the header when state is active | Icon | 'chevron-up' |