Skip to main content

Tab Panel

<gstock-tab-panel> | GstockTabPanel
General Custom Advanced Disabled This is the general tab panel. This is the custom tab panel. This is the advanced tab panel. This is a disabled tab panel.
<gstock-tab-group>
  <gstock-tab slot="nav" panel="general">General</gstock-tab>
  <gstock-tab slot="nav" panel="custom">Custom</gstock-tab>
  <gstock-tab slot="nav" panel="advanced">Advanced</gstock-tab>
  <gstock-tab slot="nav" panel="disabled" disabled>Disabled</gstock-tab>

  <gstock-tab-panel name="general">This is the general tab panel.</gstock-tab-panel>
  <gstock-tab-panel name="custom">This is the custom tab panel.</gstock-tab-panel>
  <gstock-tab-panel name="advanced">This is the advanced tab panel.</gstock-tab-panel>
  <gstock-tab-panel name="disabled">This is a disabled tab panel.</gstock-tab-panel>
</gstock-tab-group>

Padding

General Custom Advanced This is the general tab panel. This is the custom tab panel. This is the advanced tab panel.
<gstock-tab-group>
  <gstock-tab slot="nav" panel="general">General</gstock-tab>
  <gstock-tab slot="nav" panel="custom">Custom</gstock-tab>
  <gstock-tab slot="nav" panel="advanced">Advanced</gstock-tab>

  <gstock-tab-panel name="general">This is the general tab panel.</gstock-tab-panel>
  <gstock-tab-panel name="custom">This is the custom tab panel.</gstock-tab-panel>
  <gstock-tab-panel name="advanced">This is the advanced tab panel.</gstock-tab-panel>
</gstock-tab-group>