Pass Through documentation for FloatLabel component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of FloatLabel component.
label | type | description |
---|---|---|
root | FloatLabelPassThroughType<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. |