atechappiconscontainer
v0.1.4
Published
## Installation ``` npm install atechappiconscontainer ```
Readme
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 |
