Open
Description
The idea is to implement a special mode (e.g. using a tab in the "Demo" part).
- DOM flat tree representation: component, its
part
elements andslot
elements
expansion-panel
::part(header)
::part(toggle)
::slotted([slot="name"])
::part(content)
::slotted(:not([slot]))
- When hovering a row in the list, it should be highlighted in the demo snippet:
-
Additionally, borders can be toggled for all the CSS parts in the component
-
Clicking every selector allows to edit corresponding CSS rules in a text area.