0.1.4 • Published 6 months ago

vue-elegant-button-ulme v0.1.4

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

vue-elegant-button

Project setup

npm install --save vue-elegant-button-ulme

or

yarn add vue-elegant-button-ulme

Basic Usage

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

export default {
  components:{
    VueElegantButtonUlme
  }
}
</script>
0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago