0.1.4 • Published 2 years ago

vue-elegant-button-ulme v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years 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

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago