Tab

Attribute Type Documentation Default Value
id :string "tabs"
variant :string "line"
color :string
class :string
tab_list_class :string CSS classes styles to apply to the tab list container
tab_panel_class :string CSS classes styles to apply to the tabpanel container
tab_panels_class :string CSS classes styles to apply to the tabpanels container
tab_class :string CSS classes styles to apply to the tab button
rest :global
tab :slot The tab button
<:tab>
  tremor.so
</:tab>

<:tab>
  github.com
</:tab>

<:tab>
  hexdocs.com
</:tab>

<:tabpanel>
</:tabpanel>

<:tabpanel>
</:tabpanel>

<:tabpanel>
</:tabpanel>
tab_content :slot The content after the tab buttons
tabpanel :slot The tab content
<:tab>
  tremor.so
</:tab>

<:tab>
  github.com
</:tab>

<:tab>
  hexdocs.com
</:tab>

<:tabpanel>
</:tabpanel>

<:tabpanel>
</:tabpanel>

<:tabpanel>
</:tabpanel>