Tag¶
h-tag
represents a single tag. We provide an additional component h-tag-remove-button which can be used along h-tag
.
Note: h-
stands for headless
. This is naming convention used for every webcomponent as they must have a two-part
name.
Attributes¶
Attribute name | Type | Description |
---|---|---|
clickable | boolean | if set to true the tag will be displayed as a clickable element |
removable | boolean | if set to true the tag will be displayed as a removable element |
DOM events¶
This webcomponent dispatches the following DOM events:
Examples¶
In the following examples we also use tag styles and h-tag-remove-button webcomponent for presentation purposes.