0.1.10 • Published 6 years ago
atechbutton
Licence
—
Version
0.1.10
Deps
0
Size
13 kB
Vulns
0
Weekly
0
atechbutton
Installation
npm install atechbutton
Usage
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>