Pass Through documentation for ProgressSpinner component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of ProgressSpinner component.
label | type | description |
---|---|---|
root | ProgressSpinnerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
spin | ProgressSpinnerPassThroughType<HTMLAttributes<SVGElement>> | Used to pass attributes to the spin's DOM element. |
circle | ProgressSpinnerPassThroughType<HTMLAttributes<SVGCircleElement>> | Used to pass attributes to the circle's DOM element. |