Pass Through documentation for IconField component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of IconField component.
label | type | description |
---|---|---|
root | IconFieldPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
icon | IconFieldPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the icon's DOM element. |
Defines passthrough(pt) options of InputIcon component.
label | type | description |
---|---|---|
root | InputIconPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |