Skip to content

Form - Web Component

The Form component can be used imported from:

Playground

Parameters

The Web component uses the <z-form> 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
configstring

The main parameter has two components following the pattern: <shape><?:size>.

  • shape: Establishes the styling of the input. Default value is line . Possible values are: shaped or line. ,
  • size: (optional) defines de size of the input. The default value is m, being omitted from the param. The possible values are: m or l.

Events

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

NamePayloadDescription
submitany

Slots

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

NameTagsDescription
defaultspanContent of the form.

Parameters use

config

The config attribute is used to set the shape and size of the form.

Browser support

Detected engine:  

  • Chromium

  • Webkit

  • Gecko

HTML Examples

CodeSandbox example