Browse Source
* refactor: refactor closeIcon * feat: optimize code * feat: optimize codepull/42192/head
kiner-tang(文辉)
1 year ago
committed by
GitHub
10 changed files with 109 additions and 67 deletions
@ -1,7 +1,7 @@ |
|||
## zh-CN |
|||
|
|||
基本标签的用法,可以通过添加 `closable` 变为可关闭标签。可关闭标签具有 `onClose` 事件。 |
|||
基本标签的用法,可以通过设置 `closeIcon` 变为可关闭标签并自定义关闭按钮,设置为 `true` 时将使用默认关闭按钮。可关闭标签具有 `onClose` 事件。 |
|||
|
|||
## en-US |
|||
|
|||
Usage of basic Tag, and it could be closable by set `closable` property. Closable Tag supports `onClose` events. |
|||
Usage of basic Tag, and it could be closable and customize close button by set `closeIcon` property, will display default close button when `closeIcon` is setting to `true`. Closable Tag supports `onClose` events. |
|||
|
Loading…
Reference in new issue