1.0.1 • Published 4 years ago
@mcgong/my-component v1.0.1
Installation
npm install @mcgong/my-componentUsing with Vue
import Vue from 'vue'
import MyComponent from '@mcgong/my-component'
Vue.use(MyComponent)Properties
All the properties below are optional.
colorbackground-color of component. Defaults toblue.roundedwhether rounded or not. Defaults totrue.sizesize of component. Defaults todefault.
Events & Methods
clickan event emitted when the component is clicked.dbclickan event emitted when the component is dbclicked.