Class: TagElement

TagElement()

TagElement This class provides a tag (badge)

Constructor

new TagElement()

Properties:
Name Type Description
color String The color of the tag (primary, secondary, success, warning, error, light, dark, white, black)
texttransform String The text transformation of the tag (uppercase, lowercase, capitalize)
size String The size of the tag (small, medium, large, xlarge)
Source:
Example
<js-tag color="success" size="small">OK</js-tag>

Classes

TagElement