@cloud-ui/e-ripple.vue
v0.9.1
Published
波纹,插入到需要添加波纹的元素或组件内部。
Readme
ERipple 波纹
特效组件
波纹,插入到需要添加波纹的元素或组件内部
示例
基本用法
<u-linear-layout>
<u-button>
按钮
<e-ripple></e-ripple>
</u-button>
<u-button color="primary">
按钮
<e-ripple color="light"></e-ripple>
</u-button>
</u-linear-layout>API
Props/Attrs
| Prop/Attr | Type | Options | Default | Description |
| --------- | ---- | ------- | ------- | ----------- |
| color | enum | 'light', 'dark' | 'light' | 波纹颜色 |
