-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the feature
The expandable component should be split into 3 components:
ExpandableRoot
- provides context
- outside container
ExpandableHeader
- is the label and reacts to clicks to open
- provides
data-isExpanded=<true|false>
ExpandableContent
- use the content node for the expandable
- provides
data-isExpanded=<true|false> - content is hidden when not expanded
Why is this feature needed?
Délégation of concerns and easier styling
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request