0.1.8 • Published 4 years ago

atechfeature v0.1.8

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

atechfeature

Installation

npm install atechfeature

Usage

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 listdescription
title
subtitle
img
bgColor
copyColor
cta
ctaRounded
ctaSize
ctaShadow
ctaColour
ctaBorder
ctaLink
img

Named Slots list

Slot listdescription
feature-content
0.1.8

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago