UNPKG

@zeix/ui-element

Version:

UIElement - minimal reactive framework based on Web Components

19 lines 406 B
<tab-list> <menu> <li><button type="button" aria-pressed="true">Tab 1</button></li> <li><button type="button">Tab 2</button></li> <li><button type="button">Tab 3</button></li> </menu> <details open> <summary>Tab 1</summary> Tab 1 content </details> <details> <summary>Tab 2</summary> Tab 2 content </details> <details> <summary>Tab 3</summary> Tab 3 content </details> </tab-list>