Tab

Luke Anakin
Luke Skywalker, brother of Prince Leia Organa
Attribute Type Documentation Default Value
id :any html attribute id false
class :any html attribute class ""
header_class :any header html attribute class ""
orientation :string header html attribute class "horizontal"
active_tab_index :integer the index of active tab, if active_tab_name is not set, this will be used 0
active_tab_name :string the name of active tab, use for match tab and tab_content ""
active_tab_class :any class of active tab
content_class :any tab_content html attribute class ""
tab :slot Render tab
<:tab name="Luke">Luke</:tab>
<:tab name="Anakin">Anakin</:tab>
tab_content :slot Render tab content
<:tab_content name="Luke">Luke Skywalker, brother of Prince Leia Organa</:tab_content>
<:tab_content name="Anakin">Anakin Skywalker, aka. Darth Vador</:tab_content>