0.1.3 • Published 4 years ago

atechrepsection v0.1.3

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

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 listdescription

Slots list

Slot listdescription
repsectionleft