Fieldset API
API documentation for Fieldset component
FieldsetRoot#
Props#
Defines valid properties in Fieldset component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of Fieldset component.
Types#
Instance
Instance of Fieldset component.
| values |
|---|
| ComponentInstance<FieldsetRootProps, FieldsetRootState, FieldsetRootExposes> |
FieldsetLegend#
Props#
Defines valid properties in FieldsetLegend component.
Exposes#
Defines the methods and properties exposed by FieldsetLegend component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of FieldsetLegend component.
| name | type | default | description |
|---|---|---|---|
| root | FieldsetLegendPassThroughType<HTMLAttributes<HTMLLegendElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of FieldsetLegend component.
| values |
|---|
| ComponentInstance<FieldsetLegendProps, FieldsetLegendState, FieldsetLegendExposes> |
FieldsetContent#
Props#
Defines valid properties in FieldsetContent component.
Exposes#
Defines the methods and properties exposed by FieldsetContent component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of FieldsetContent component.
| name | type | default | description |
|---|---|---|---|
| root | FieldsetContentPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of FieldsetContent component.
| values |
|---|
| ComponentInstance<FieldsetContentProps, FieldsetContentState, FieldsetContentExposes> |