0.1.8 • Published 6 years ago
atechfeature v0.1.8
atechfeature
Installation
npm install atechfeatureUsage
You must install atechfeature via Vue.use() in main.js
import Vue from 'vue';
import AtechFeature from 'atechfeature';
Vue.use(AtechFeature);Using on a component
<atech-feature
title="Connect your bank account to SafetyNet"
subtitle="This ensures that our product is right for you and allows us to provide a personalised service for your financial needs."
cta="Tell me more"
:img="secureImg"
:ctaRounded="true"
ctaSize="lg"
:ctaShadow="true"
ctaColour="outline-primary"
bgColor="#2a4044"
ctaLink="/how-safetynet-credit-works">
</atech-feature>Prop list
| Props list | description |
|---|---|
| title | |
| subtitle | |
| img | |
| bgColor | |
| copyColor | |
| cta | |
| ctaRounded | |
| ctaSize | |
| ctaShadow | |
| ctaColour | |
| ctaBorder | |
| ctaLink | |
| img |
Named Slots list
| Slot list | description |
|---|---|
| feature-content |