Fieldset Pass Through

Pass Through documentation for Fieldset component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

Fieldset PT Options#

Defines passthrough(pt) options of Fieldset component.

labeltypedescription
rootFieldsetPassThroughType<HTMLAttributes<HTMLFieldSetElement>>Used to pass attributes to the root's DOM element.
legendFieldsetPassThroughType<HTMLAttributes<HTMLLegendElement>>Used to pass attributes to the legend's DOM element.
contentFieldsetPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.

FieldsetLegend PT Options#

Defines passthrough(pt) options of FieldsetLegend component.

labeltypedescription
rootFieldsetLegendPassThroughType<HTMLAttributes<HTMLLegendElement>>Used to pass attributes to the root's DOM element.

FieldsetContent PT Options#

Defines passthrough(pt) options of FieldsetContent component.

labeltypedescription
rootFieldsetContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.