0.1.1 • Published 6 years ago
atechrepresentative
Licence
—
Version
0.1.1
Deps
1
Size
21 kB
Vulns
0
Weekly
0
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 list | description |
|---|---|
| color | |
| direction |
Named Slots list
| Slot list | description |
|---|---|
| rep-borrowing | |
| rep-interest | |
| rep-interest-custom | |
| rep-apr | |
| rep-apr-custom | |
| rep-content |