atechappbanner
v0.1.2
Published
## Installation ``` npm install atechappbanner ```
Downloads
7
Readme
atechappbanner
Installation
npm install atechappbannerUsage
You must install atechappbanner via Vue.use() in main.js
import Vue from 'vue';
import AtechAppBanner from 'atechappbanner';
Vue.use(AtechAppBanner);Using on a component
<atech-app-banner subtitle="Manage your account, borrow from your credit limit and repay at any time whilst on-the-move">
</atech-app-banner>Props list
| Props list | description | |-----------|-------------| | align | Align content on banner. By default content is aligned center | | title | Title of App Banner. By Default title value is "Download our free app" | | subtitle | Subtitle of App Banner |
