0.1.1 • Published 6 months ago

vue-button-harrison v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

vue-button-harrison

Project setup

npm install --save vue-button-harrison

or

yarn add vue-button-harrison

Basic Usage

<template>
  <VueButton
    background="#fff"
    color="#000"
    text="Hello World"
  />
</template>
<script>
import VueButton from "vue-button-harrison";

export default {
  components:{
    VueElegantButton
  }
}
</script>
0.1.1

6 months ago

0.1.0

6 months ago