npm.io
1.0.0 • Published 6 years ago

test-fancy-button

Licence
ISC
Version
1.0.0
Deps
0
Size
77 kB
Vulns
0
Weekly
0

fancy-button

Fancy Button component is for Testing purpose.

Install

npm install --save test-fancy-button

Usage

js
<template>
 <test-fancy-button rounded="round" :color="color" :size="size">My Button</test-fancy-button>
</template>
import TestFancyButton from 'test-fancy-button'

export default {
  components: {TestFancyButton},
  data() {
    return {
      round: 'true';
      color: 'red';
      size: 'large';
    }
  }
}

Keywords