1.0.0 • Published 3 years ago

vdot-carousel v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

vdot-carousel

Installing

Install with npm:

npm install vdot-carousel

Install with yarn:

yarn add vdot-carousel

Import globally in app:

import VDotCarousel from 'vdot-carousel';

Vue.use(VDotCarousel);

Import into your component

import VDotCarousel from 'vdot-carousel';

// add to component
components: {
  VDotCarousel,
}

Import into your component using Typescript

// add to component
components: {
  'v-dot-carousel': require('vdot-carousel').VDotCarousel,
}

License

This project is licensed under the MIT License - see the LICENSE file for details

1.0.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago