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.
|
|
|
|
|
|
|
|
|
|
|
## API
|
|
|
|
|
|
|
|
### Tag
|
|
|
|
|
|
|
|
| Property | Description | Type | Default |
|
|
|
|
| -------- | ----------- | ---- | ------- |
|
|
|
|
| afterClose | Callback executed when close animation is completed | () => void | - |
|
|
|
|
| closable | Whether the Tag can be closed | boolean | `false` |
|
|
|
|
| color | Color of the Tag | string | - |
|
|
|
|
| visible | Whether the Tag is closed or not | boolean | `true` |
|
|
|
|
|
|
|
|
|
|
|
|
### Tag Events
|
|
|
|
| Events Name | Description | Arguments |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| close | Callback executed when tag is closed | (e) => void |
|
|
|
|
|
|
|
|
### Tag.CheckableTag
|
|
|
|
|
|
|
|
| Property | Description | Type | Default |
|
|
|
|
| -------- | ----------- | ---- | ------- |
|
|
|
|
| checked | Checked status of Tag | boolean | `false` |
|
|
|
|
|
|
|
|
### Tag.CheckableTag Events
|
|
|
|
| Events Name | Description | Arguments |
|
|
|
|
| --- | --- | --- |
|
|
|
|
| change | Callback executed when Tag is checked/unchecked | (checked) => void |
|