|
|
@ -16,17 +16,17 @@ Tag for categorizing or markup. |
|
|
|
|
|
|
|
### Tag |
|
|
|
|
|
|
|
| Property | Description | Type | Default | Version | |
|
|
|
| --- | --- | --- | --- | --- | |
|
|
|
| afterClose | Callback executed when close animation is completed, please use `onClose`, we will remove this in the next version | () => void | - | | |
|
|
|
| closable | Whether the Tag can be closed | boolean | `false` | | |
|
|
|
| color | Color of the Tag | string | - | | |
|
|
|
| onClose | Callback executed when tag is closed | (e) => void | - | | |
|
|
|
| visible | Whether the Tag is closed or not | boolean | `true` | 3.7.0 | |
|
|
|
| Property | Description | Type | Default | |
|
|
|
| --- | --- | --- | --- | |
|
|
|
| afterClose | Callback executed when close animation is completed, please use `onClose`, we will remove this in the next version | () => void | - | |
|
|
|
| closable | Whether the Tag can be closed | boolean | `false` | |
|
|
|
| color | Color of the Tag | string | - | |
|
|
|
| onClose | Callback executed when tag is closed | (e) => void | - | |
|
|
|
| visible | Whether the Tag is closed or not | boolean | `true` | |
|
|
|
|
|
|
|
### Tag.CheckableTag |
|
|
|
|
|
|
|
| Property | Description | Type | Default | Version | |
|
|
|
| --- | --- | --- | --- | --- | |
|
|
|
| checked | Checked status of Tag | boolean | `false` | | |
|
|
|
| onChange | Callback executed when Tag is checked/unchecked | (checked) => void | - | | |
|
|
|
| Property | Description | Type | Default | |
|
|
|
| --- | --- | --- | --- | |
|
|
|
| checked | Checked status of Tag | boolean | `false` | |
|
|
|
| onChange | Callback executed when Tag is checked/unchecked | (checked) => void | - | |
|
|
|