0.1.9 • Published 6 years ago

@netology-group/webcomponents-ui v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

webcomponents-ui components

Tabs

Tabs with generated bars

  <tab-list selected="Tab 1">
    <tab-item title="Tab 1">Tab 1 content</tab-item>
    <tab-item title="Tab 2">Tab 2 content</tab-item>
  </tab-list>

Headless tabs

  <tab-list selected="Tab 2" headless>
    <tab-item title="Tab 1">Tab 1 content</tab-item>
    <tab-item title="Tab 2">Tab 2 content</tab-item>
  </tab-list>