@madhusudan-essentia/button
v0.1.0
Published
## Project setup ``` npm install --save button ```
Readme
button
Project setup
npm install --save buttonBasic Usage
<template>
<VueElegantButton
background="#fff"
color="#000"
text="Hello World"
/>
</template>
<script>
import VueElegantButton from "vue-elegant-button";
export default {
components:{
VueElegantButton
}
}
</script>