vue-wc-likes

1.0.0 • Public • Published

vue-wc-likes

vue-wc-likes is vue component wrapper for wc-likes web custom element. See demo in demonstration page see for more info wc-likes git repo

install

npm insall vue-wc-likes

usage

import VLikes from './components/likes.vue';
//...
components: {  VLikes},

and in template

<VLikes :value="like"  :hint="hint" :submitLike="submitLike" :fetchLikes="fetchLikes"/>

Enjoy!

Dependents (0)

Package Sidebar

Install

npm i vue-wc-likes

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.85 kB

Total Files

4

Last publish

Collaborators

  • strokoff