0.1.1 • Published 4 years ago

atechrepresentative v0.1.1

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

atechrepresentative

Installation

npm install atechrepresentative

Usage

You must install atechrepresentative via Vue.use() in main.js

import Vue from 'vue';
import AtechRepresentative from 'atechrepresentative';

Vue.use(AtechRepresentative);

Using on a component

<representative color="dark" class="bordering">
    <template slot="rep-borrowing">£500</template>
    <template slot="rep-interest">0.8% per day</template>
    <template slot="rep-interest-custom">for up to 40 days (292% per annum, variable)</template>
    <template slot="rep-apr">68.7% APR</template>
    <template slot="rep-apr-custom">(variable)</template>
    <template slot="rep-content">SafetyNet offers a permanent revolving line of credit with no minimum or maximum repayment terms.</template>
</representative>

Prop list

Props listdescription
color
direction

Named Slots list

Slot listdescription
rep-borrowing
rep-interest
rep-interest-custom
rep-apr
rep-apr-custom
rep-content