1.0.1 • Published 4 years ago
vue-buttons-plugin v1.0.1
vue-button-plugin
To use this plugin
install the plugin in your project
npm i vue-buttons-pluginIn your main.js, or a similar entry point for your app:
import VueButtonsPlugin from "vue-buttons-plugin";
import Vue from "vue";
Vue.use(VueButtonsPlugin);In your vue.js file
<vue-buttons-plugin :rounded="true" color="red" size="large">My Button</vue-buttons-plugin>