UNPKG

vue-card-carousel

Version:

A flexible, touch-focused wrapper element that displays cards in a carousel-like manner.

15 lines (11 loc) 314 B
import VueCardCarousel from './components/VueCardCarousel.vue' const plugin = { install (Vue, options) { Vue.component(VueCardCarousel.name, VueCardCarousel) } } if (typeof window !== 'undefined' && window.Vue) { window.Vue.use(plugin) } export default plugin export { VueCardCarousel }