cloud-ui.vusion
Version:
Vusion Cloud UI
34 lines (24 loc) • 732 B
Markdown
<!-- 该 README.md 根据 api.yaml 和 docs/*.md 自动生成,为了方便在 GitHub 和 NPM 上查阅。如需修改,请查看源文件 -->
# ERipple 波纹
- [示例](#示例)
- [基本用法](#基本用法)
- [API]()
- [Props/Attrs](#propsattrs)
**特效组件**
波纹,插入到需要添加波纹的元素或组件内部
## 示例
### 基本用法
``` html
<u-button>
按钮
<e-ripple></e-ripple>
</u-button>
<u-pagination>
<e-ripple color="light"></e-ripple>
</u-pagination>
```
## API
### Props/Attrs
| Prop/Attr | Type | Options | Default | Description |
| --------- | ---- | ------- | ------- | ----------- |
| color | string | `'浅色'` ()<br/>`'深色'` () | `'light'` | 波纹颜色 |