ProgressBar Pass Through
Pass Through documentation for ProgressBar component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
50%
ProgressBarRoot PT Options#
Defines passthrough(pt) options of ProgressBar component.
| label | type | description |
|---|---|---|
| root | ProgressBarRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| value | ProgressBarRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the value's DOM element. |
ProgressBarLabel PT Options#
Defines passthrough(pt) options of ProgressBarLabel component.
| label | type | description |
|---|---|---|
| root | ProgressBarLabelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |