0.1.4 • Published 6 years ago
atechappiconscontainer v0.1.4
atechappiconscontainer
Installation
npm install atechappiconscontainerUsage
You must install atechappiconscontainer via Vue.use() in main.js
import Vue from 'vue';
import AtechAppIconsContainer from 'atechappiconscontainer';
Vue.use(AtechAppIconsContainer);Using on a component
<atech-app-icons-container align="left">
</atech-app-icons-container>Props list
| Props list | description |
|---|---|
| align | Align icons center. By default icons are aligned left |
| title | Title of App container. By Default title value is "Download our free app" |
| subtitle | Subtitle of App container |