文件名称:fi-ripple:Vue或Plain JS的性能波动
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-17 06:44:16
component vue material-design ripple plain-js
涟漪 用法 使用npm install fi-ripple 。 如果需要IE 10/11支持,还需要安装dom4 。 与Vue import 'dom4' ; // for IE 10 support – import it once in your app entry import Ripple from '../fi-ripple.js' ; // import the library export default { directives : { Ripple , } , } 现在,您可以在组件模板中使用指令: < button v-ripple > Click me </ button > 与普通JS // import the Ripple constructor import { FiRipple } from 'fi-ripple' ; const
【文件预览】:
fi-ripple-master
----fi-ripple.css(570B)
----package.json(693B)
----fi-ripple.js(3KB)
----CNAME(19B)
----.npmignore(43B)
----.gitignore(36B)
----demo()
--------index.js(89B)
--------App.vue(6KB)
--------index.ejs(611B)
--------demo.css(1KB)
----.npmrc(19B)
----README.md(685B)
----poi.config.js(685B)