atechrepsection

## Installation ``` npm install atechrepsection ```

Usage no npm install needed!

<script type="module">
  import atechrepsection from 'https://cdn.skypack.dev/atechrepsection';
</script>

README

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

Props list description

Slots list

Slot list description
repsectionleft