Stepper Pass Through
Pass Through documentation for Stepper component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
StepperRoot PT Options#
Defines passthrough(pt) options of Stepper component.
| label | type | description |
|---|---|---|
| root | StepperRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| list | StepperRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the list's DOM element. |
| step | StepperRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the step's DOM element. |
| header | StepperRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the header's DOM element. |
| number | StepperRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the number's DOM element. |
| title | StepperRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the title's DOM element. |
| separator | StepperRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the separator's DOM element. |
| panels | StepperRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panels's DOM element. |
| panel | StepperRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
| item | StepperRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the item's DOM element. |
| content | StepperRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
StepperList PT Options#
Defines passthrough(pt) options of StepperList component.
| label | type | description |
|---|---|---|
| root | StepperListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
StepperStep PT Options#
Defines passthrough(pt) options of StepperStep component.
| label | type | description |
|---|---|---|
| root | StepperStepPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
StepperNumber PT Options#
Defines passthrough(pt) options of StepperNumber component.
| label | type | description |
|---|---|---|
| root | StepperNumberPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
StepperTitle PT Options#
Defines passthrough(pt) options of StepperTitle component.
| label | type | description |
|---|---|---|
| root | StepperTitlePassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
StepperSeparator PT Options#
Defines passthrough(pt) options of StepperSeparator component.
| label | type | description |
|---|---|---|
| root | StepperSeparatorPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
StepperPanels PT Options#
Defines passthrough(pt) options of StepperPanels component.
| label | type | description |
|---|---|---|
| root | StepperPanelsPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
StepperPanel PT Options#
Defines passthrough(pt) options of StepperPanel component.
| label | type | description |
|---|---|---|
| root | StepperPanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
StepperItem PT Options#
Defines passthrough(pt) options of StepperItem component.
| label | type | description |
|---|---|---|
| root | StepperItemPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
StepperContent PT Options#
Defines passthrough(pt) options of StepperContent component.
| label | type | description |
|---|---|---|
| root | StepperContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |