You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
category: Components
|
|
|
|
type: Views
|
|
|
|
english: Tag
|
|
|
|
---
|
|
|
|
|
|
|
|
Tag for categorizing or markuping.
|
|
|
|
|
|
|
|
## When To Use
|
|
|
|
|
|
|
|
- It can be used to tag by dimension or property.
|
|
|
|
|
|
|
|
- categorizing
|
|
|
|
|
|
|
|
## API
|
|
|
|
|
|
|
|
| Property | Description | Type | Default |
|
|
|
|
|--------------|-----------------------|----------|--------------|
|
|
|
|
| closable | Tag can be closed. | boolean | false |
|
|
|
|
| onClose | Callback when tag was closed | function(event)| - |
|
|
|
|
| afterClose | Callback when closed animation is complete | function(event)| - |
|
|
|
|
| color | Tag's color: `blue` `green` `yellow` `red` | string | - |
|