0.1.3 • Published 6 years ago
atechrepsection v0.1.3
atechrepsection
Installation
npm install atechrepsectionUsage
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
| Props list | description |
|---|---|
Slots list
| Slot list | description |
|---|---|
| repsectionleft |