Skip to content

Selection tag - Web Component

Browser support

Detected engine:  

  • Chromium

  • Webkit

  • Gecko

Parameters

The Web component uses the <z-selection-tag> 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:

NameTypeDescriptionSlot
contentstringThe text content of the selection tagdefault
disabledbooleanDisables the selection tag

The events emitted from the component are:

NamePayloadDescription
changebooleanReturns the new value of the "value" attribute
restartedvoidEmitted on value reset

The available slots for the component are:

NameTagsDescription
defaultspan

Common API

For the basics, check the common specifications.

content

The z-selection-tag parameter accepts a content attribute to set the text label of the component.

Tag label

value & checked

Both value and checked parameters are used to set the value of the component.

disabled

The attribute disabled will block the interaction with the component.

name

The attribute name will set the name of the component. This is useful when the component is part of a form.

The color and the size of the icon can be customized using the --z-selection-tag--color, --z-selection-tag--color--off and --z-selection-tag--size CSS custom properties.

Playground

Customization

HTML Examples

StackBlitz example