UNPKG

vue-directional-carousel

Version:

This is a Vue 3 component that allows you to set the direction of image movement not only vertically and horizontally but also in different directions (left, right, up, down).

12 lines (10 loc) 277 B
/* eslint-env node */ require('@rushstack/eslint-patch/modern-module-resolution') module.exports = { root: true, extends: ['plugin:vue/vue3-recommended', 'eslint:recommended', '@vue/typescript/recommended'], parserOptions: { ecmaVersion: 'latest' }, fix: true }