Fieldset Pass Through

Pass Through documentation for Fieldset component

Viewer#

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

Legend

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

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.