1.1.5 • Published 2 months ago

vue2-button v1.1.5

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

vue2-button component

A button component for vue

  • latest-version : 1.1.0

Support

  • vue: 2.x.x

Demo

button-demo

Installation

  • Install npm packege to your vue-project
  $ npm install vue2-button --save

Usage/Examples

<template>
  <Vue2Button>button-name</Vue2Button>
</template>

<script>
import Vue2Button from "vue2-button/src/vue2-button.vue";

export default {
  components: {
    { Vue2Button },
  },
};
</script>

props ( for customization ):

NameTypeDefault
bg-colorStringroyalblue
tx-colorStringwhite

How to use props :

<template>
  <Vue2Button bg-color="red" tx-color="green">
    button-name
  </Vue2Button>
</template>
1.1.5

2 months ago

1.1.1

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago