vue-common-component-pro

0.1.2 • Public • Published

vue-common-component-pro

Project setup

npm install --save vue-common-component-pro

or

yarn add vue-common-component-pro

Basic Usage

<template>
  <VueElegantButton
    background="#fff"
    color="#000"
    text="Hello World"
  />
</template>
<script>
import {VueElegantButton} from "vue-common-component-pro";

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

Readme

Keywords

Package Sidebar

Install

npm i vue-common-component-pro

Weekly Downloads

0

Version

0.1.2

License

none

Unpacked Size

58.2 kB

Total Files

10

Last publish

Collaborators

  • shivprakashb