npm.io
0.1.2 • Published 6 years ago

atechherofooter

Licence
Version
0.1.2
Deps
1
Size
14 kB
Vulns
0
Weekly
0

atechherofooter

Installation

npm install atechherofooter

Usage

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