realjay-button
v0.0.3
Published
This is a simple nice button that can be reusable in vue projects
Downloads
2
Readme
realjay-button
This is a simple button plugin you can use in any vue project.
#Installation
to install run
npm install --save realjay-button
in your main.js
import Vue from "vue";
import NiceButton from "realjay-button";
Vue.use(NiceButton);
in your component you can then use
<nice-button :rounded="true" color="red" size="large">My Button</nice-button>
Fint it on the Github Link