0.1.10 • Published 6 years ago
atechbutton v0.1.10
atechbutton
Installation
npm install atechbuttonUsage
You must install atechbutton via Vue.use() in main.js
import Vue from 'vue';
import AtechButton from 'atechbutton';
Vue.use(AtechButton);Using on a component
<atech-button :rounded="true" :shadow="true" size="md" colour="primary">Get started</atech-button>