@cloud-ui/e-ripple.vue

波纹,插入到需要添加波纹的元素或组件内部。

Usage no npm install needed!

<script type="module">
  import cloudUiERippleVue from 'https://cdn.skypack.dev/@cloud-ui/e-ripple.vue';
</script>

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' 波纹颜色