Skip to content
On this page

Close Btn 关闭按钮

想不到关闭按钮也可以如此精致吧?

基本使用

插槽插入一个 svg-icon 即可

开启

禁用状态

disabled 可禁用一个关闭按钮

开启

Attributes

参数说明类型可选值默认值
size自定义尺寸string / number————
round是否为圆角的boolean——false
disabled是否禁用boolean——false
color自定义颜色string————
hover-color鼠标移入的颜色string————
icon自定义 iconFightingIcon————
on-click点击之后执行的回调HandleMouse————

Slots

名称说明
default默认插槽,自定义关闭按钮

Interface

组件导出以下类型定义:

ts
import type { CloseBtnInstance, CloseBtnProps } from 'fighting-design'

Contributors