Skip to main content

Step Panel

<gstock-step-panel> | GstockStepPanel
<gstock-step-panel name="general">
  This is the general step panel.
</gstock-step-panel>

Padding

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

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