atechherofooter
v0.1.2
Published
## Installation ``` npm install atechherofooter ```
Readme
atechherofooter
Installation
npm install atechherofooterUsage
You must install atechherofooter via Vue.use() in main.js
import Vue from 'vue';
import AtechHeroFooter from 'atechherofooter';
Vue.use(AtechHeroFooter);Using on a component
<atech-hero-footer :mobile="mobile" :trustpilot="trustpilot">
<template slot="hero-footer-left">
<h2 class="mb-4 text-white text-center d-sm-none">Manage your account on-the-go with our app</h2>
<atech-app-icons-container align="left" />
</template>
</atech-hero-footer>
Props list
| Props list | description | |-----------|-------------| | mobile | | | trustpilot | |
Slots list
| Props list | description | |-----------|-------------| | hero-footer-left | This will populate the left side of the hero footer |
