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>