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