Stepper Pass Through

Pass Through documentation for Stepper component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Content I

Stepper PT Options#

Defines passthrough(pt) options of Stepper component.

labeltypedescription
rootStepperPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
listStepperPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the list's DOM element.
stepStepperPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the step's DOM element.
headerStepperPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the header's DOM element.
numberStepperPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the number's DOM element.
titleStepperPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the title's DOM element.
separatorStepperPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the separator's DOM element.
panelsStepperPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panels's DOM element.
panelStepperPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
itemStepperPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the item's DOM element.
contentStepperPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.

StepperList PT Options#

Defines passthrough(pt) options of StepperList component.

labeltypedescription
rootStepperListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

StepperStep PT Options#

Defines passthrough(pt) options of StepperStep component.

labeltypedescription
rootStepperStepPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

StepperNumber PT Options#

Defines passthrough(pt) options of StepperNumber component.

labeltypedescription
rootStepperNumberPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

StepperTitle PT Options#

Defines passthrough(pt) options of StepperTitle component.

labeltypedescription
rootStepperTitlePassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

StepperSeparator PT Options#

Defines passthrough(pt) options of StepperSeparator component.

labeltypedescription
rootStepperSeparatorPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

StepperPanels PT Options#

Defines passthrough(pt) options of StepperPanels component.

labeltypedescription
rootStepperPanelsPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

StepperPanel PT Options#

Defines passthrough(pt) options of StepperPanel component.

labeltypedescription
rootStepperPanelPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

StepperItem PT Options#

Defines passthrough(pt) options of StepperItem component.

labeltypedescription
rootStepperItemPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

StepperContent PT Options#

Defines passthrough(pt) options of StepperContent component.

labeltypedescription
rootStepperContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.