vdot-carousel

1.0.0 • Public • Published

Tarablade Logo

vdot-carousel

An easy to use, elegant and fully customizable image carousel for VueJS

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

Package Sidebar

Install

npm i vdot-carousel

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

801 kB

Total Files

26

Last publish

Collaborators

  • mwakisha