slot[name=""] | The default slot for accordion items |
slot[name="cta"] | Slot for adding a call to action on the side of the accordion and if there is nothing in this slot, then the
content-aside element will be rendered as a suite-surface element |
slot[name="edit-description"] | A slot for handling inline editing of the description attribute, if the attribute is present this will not be
shown |
slot[name="edit-header"] | A slot for handling inline editing of the header attribute, if the attribute is present this will not be shown |
part::(base) | The base suite-surface element |
part::(header) | The suite-text element for the header text |
part::(description) | The suite-text element for the description text |
part::(content) | The suite-content-aside or div element that wraps the items wrapper and the cta-wrapper |
part::(items-wrapper) | The suite-flex wrapper around the default slot |
part::(cta-wrapper) | The suite surface wrapper around the cta slot, if there is nothing provided to the cta slot then this is not
rendered |