atechrepsection
Installation
npm install atechrepsection
Usage
You must install atechrepsection via Vue.use() in main.js
import Vue from 'vue';
import AtechRepSection from 'atechrepsection';
Vue.use(AtechRepSection);
Using on a component
<atech-rep-section>
<template slot="repsectionleft">
<atech-title title="page" class="mb-3">
Apply once, use as needed
</atech-title>
<atech-button @click.native.prevent="getStarted('open')" :rounded="true" :shadow="true" size="md" colour="primary" class="col-12">Get started</atech-button>
</template>
</atech-rep-section>
Props list
Slots list
| Slot list |
description |
| repsectionleft |
|