Tabset v0.1.11+

Basic Tabset

Cupcake Ipsum Biscuit Marshmallow Caramels Marzipan

First Panel

Cupcake ipsum dolor sit amet bonbon topping caramels. Sesame snaps gummi bears liquorice cookie chupa chups fruitcake croissant chocolate topping. Brownie biscuit wafer marshmallow liquorice soufflé powder jelly.

Sweet roll sesame snaps danish I love jelly wafer dragée soufflé cake. Cookie chocolate cake gingerbread powder icing. Ice cream cotton candy gummi bears oat cake sweet pastry.

<hx-tabset>
  <hx-tablist>
    <hx-tab>First</hx-tab>
    <hx-tab>Second</hx-tab>
    <hx-tab>Third</hx-tab>
  </hx-tablist>
  <hx-tabcontent>
    <hx-tabpanel>...</hx-tabpanel>
    <hx-tabpanel>...</hx-tabpanel>
    <hx-tabpanel>...</hx-tabpanel>
  </hx-tabcontent>
</hx-tabset>

Dynamic Tabset


Increase Tab Count

Decrease Tab Count

Options

Tab #1 Tab #2 Tab #3 Tab Panel #1
<hx-tabset current-tab="0">
  <hx-tablist>
    <hx-tab id="tab-1" current="true"></hx-tab>
    <hx-tab id="tab-2"></hx-tab>
    <hx-tab id="tab-3"></hx-tab>
  </hx-tablist>
  <hx-tabcontent>
    <hx-tabpanel id="panel-1" open></hx-tabpanel>
    <hx-tabpanel id="panel-2"></hx-tabpanel>
    <hx-tabpanel id="panel-3"></hx-tabpanel>
  </hx-tabcontent>
</hx-tabset>

See Also