Pass Through documentation for IftaLabel component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of IftaLabel component.
| label | type | description |
|---|---|---|
| root | IftaLabelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of Label component.
| label | type | description |
|---|---|---|
| root | LabelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| ifta | LabelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the ifta's DOM element. |
| float | LabelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the float's DOM element. |