0.1.1 • Published 6 years ago
atechtitle
Licence
—
Version
0.1.1
Deps
0
Size
14 kB
Vulns
0
Weekly
0
atechtitle
Installation
npm install atechtitle
Usage
You must install atechtitle via Vue.use() in main.js
import Vue from 'vue';
import AtechTitle from 'atechtitle';
Vue.use(AtechTitle);
Using on a component
<atech-title title="hero" theme="light">
Title
</atech-title>