0.1.2 • Published 4 years ago

atechherofooter v0.1.2

Weekly downloads
11
License
-
Repository
-
Last release
4 years ago

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 listdescription
mobile
trustpilot

Slots list

Props listdescription
hero-footer-leftThis will populate the left side of the hero footer