atechbannertext
v0.1.3
Published
## Installation ``` npm install atechbannertext ```
Downloads
11
Readme
atechbannertext
Installation
npm install atechbannertextUsage
You must install atechbannertext via Vue.use() in main.js
import Vue from 'vue';
import AtechBannerText from 'atechbannertext';
Vue.use(AtechBannerText);Using on a component
<atech-banner-text theme="dark" urltext="knowyourmoney.co.uk" url="http://tracking.safetynetcredit.com/aff_c?offer_id=40&aff_id=2">
Compare the price of our facility using a price comparision website:
</atech-banner-text>Props list
| Props list | description | |-----------|-------------| | url | Defines the href link | | urltext | Text required to render on browser | | theme | Default set to 'light' |
