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...
FieldsetRoot PT Options#
Defines passthrough(pt) options of Fieldset component.
| label | type | description |
|---|---|---|
| root | FieldsetRootPassThroughType<HTMLAttributes<HTMLFieldSetElement>> | Used to pass attributes to the root's DOM element. |
| legend | FieldsetRootPassThroughType<HTMLAttributes<HTMLLegendElement>> | Used to pass attributes to the legend's DOM element. |
| content | FieldsetRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
FieldsetLegend PT Options#
Defines passthrough(pt) options of FieldsetLegend component.
| label | type | description |
|---|---|---|
| root | FieldsetLegendPassThroughType<HTMLAttributes<HTMLLegendElement>> | Used to pass attributes to the root's DOM element. |
FieldsetContent PT Options#
Defines passthrough(pt) options of FieldsetContent component.
| label | type | description |
|---|---|---|
| root | FieldsetContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |