0.0.3 • Published 5 years ago

realjay-button v0.0.3

Weekly downloads
3
License
MIT
Repository
-
Last release
5 years ago

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