Pass Through documentation for Fieldset component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of Fieldset component.
label | type | description |
---|---|---|
root | FieldsetPassThroughType<HTMLAttributes<HTMLFieldSetElement>> | Used to pass attributes to the root's DOM element. |
legend | FieldsetPassThroughType<HTMLAttributes<HTMLLegendElement>> | Used to pass attributes to the legend's DOM element. |
content | FieldsetPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
Defines passthrough(pt) options of FieldsetLegend component.
label | type | description |
---|---|---|
root | FieldsetLegendPassThroughType<HTMLAttributes<HTMLLegendElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of FieldsetContent component.
label | type | description |
---|---|---|
root | FieldsetContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |