tabvengers / spicy-sections

Creative Commons Zero v1.0 Universal
128 stars 10 forks source link

Swap ShadowDOM `<tab-bar>` for `div[part="tab-bar"]` #54

Closed jonathantneal closed 2 years ago

jonathantneal commented 2 years ago

This change swaps the <tab-bar> element for a <div part="tab-bar"> element. This way, if anyone defines a <tab-bar> element, it would not cause a side-effect within this component.