Skip to content

Fieldset - Web Component โ€‹

The Fieldset component can be used imported from:

Playground โ€‹

Parameters โ€‹

The Web component uses the <z-fieldset> tag:

By default, all the parameters are optional or can be set in different, except for the ones marked as required

The parametrization of the component can be done with the following custom HTML params:

NameTypeDescriptionSlotA11y
configstringThe config spread for the inputs inside the fieldset.
legendstringText of the legend that wraps the fieldset.

Events โ€‹

This component has events. Check the documentation about how to use the events.

NamePayloadDescription

Slots โ€‹

This component has slots. Check the documentation about how to use the slots.

NameTagsDescription
defaultspanContent of the fieldset.
legendspanText of the legend that wraps the fieldset.

Parameters use โ€‹

legend โ€‹

The legend attribute is used to set the legend of the fieldset.

Content

Also you can use the legend slot to set the legend of the fieldset.

Legend Content

config โ€‹

The config that will be applied to the inputs inside.

Browser support โ€‹

Detected engine: ย 

  • Chromium

  • Webkit

  • Gecko

HTML Examples โ€‹

CodeSandbox example โ€‹