Ripple 涟漪
点击就会产生涟漪的组件
基本使用
type
属性可以配置不同的按钮类型,展示不同的颜色状态
default 涟漪
primary 涟漪
success 涟漪
danger 涟漪
warning 涟漪
开启
自定义涟漪颜色
ripples-color
属性可以自定义涟漪颜色
自定义涟漪颜色
自定义涟漪颜色
自定义涟漪颜色
开启
禁用状态
disabled
可以禁用涟漪效果
禁止使用
可以使用
开启
自定义透明度
start-opacity
和 end-opacity
自定义涟漪开始和结束时候的透明度
自定义涟漪透明度
开启
Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
type | 涟漪类型 | FightingType | default primary success danger warning | —— |
ripples-color | 自定义涟漪颜色 | string | —— | —— |
duration | 移除涟漪节点的时间 | number | —— | 400 |
disabled | 是否禁用 | boolean | —— | false |
start-opacity | 涟漪动画开始的透明度 | number | —— | 0.5 |
end-opacity | 涟漪动画结束的透明度 | number | —— | 0 |
Slots
名称 | 说明 |
---|---|
default | 默认插入的内容 |
Interface
组件导出以下类型定义:
ts
import type { RippleInstance, RippleProps } from 'fighting-design'