main 1 Branch Tags Code Folders and filesLatest commit IsaacThaJunior first commit 3c19f4a· May 14, 2024 History1 Commit .vscode public src .gitignore README.md index.html package-lock.json package.json vite.config.js Repository files navigation README Vue 3 + Vite This ...
Navigation And Slots Example Getting Started # npm npm install vue3-animated-carousel # yarn yarn add vue3-animated-carousel Then you can use on your component: ... import Vue3AnimatedCarousel from "vue3-animated-carousel" ... components: { Vue3AnimatedCarousel, } ... or ... import ...
This option is useful for example for creating a photo gallery with two related slider – one big with only one slide in view and second for navigation with thumbnails.Example<agile ref="main" :fade="true">...</agile> <agile ref="thumbnails" :as-nav-for="[$refs.main]" :slides-to-...
why it didn't work on my project, i tried to override styling to change navigation color but it was still unsuccessfull Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
// main.ts or main.js import { createApp } from 'vue'; import App from './App.vue'; import vuepik from 'vuepik'; import 'vuepik/style.css'; const app = createApp(App); app.use(vuepik); app.mount('#app'); Image Selector Component <template> <div> <ImageSelector :src="in...
Repository files navigation README License Vueper Slides A touch ready and responsive slideshow / carousel for Vue 3 and 2. Installation Vue 3 npm install vueperslides Vue 2 npm install vueperslides@legacy Demo & Documentation https://antoniandre.github.io/vueper-slides Try it yourself https...
NotificationsYou must be signed in to change notification settings Fork50 Star568 main 7Branches75Tags Code Folders and files Name Last commit message Last commit date Latest commit antoniandre Create FUNDING.yml Oct 25, 2022 cf4fefb·Oct 25, 2022 ...
Repository files navigation README MIT license Vueper Slides A touch ready and responsive slideshow / carousel for Vue and Vue 3. Installation npm install vueperslides Vue 3 npm install vueperslides@next Demo & Documentation https://antoniandre.github.io/vueper-slides Try it yourself https:...
Repository files navigation README License Vueper Slides A touch ready and responsive slideshow / carousel for Vue 3 and 2. Installation Vue 3 npm install vueperslides Vue 2 npm install vueperslides@legacy Demo & Documentation https://antoniandre.github.io/vueper-slides Try it yourself https...
Repository files navigation README License Vueper Slides A touch ready and responsive slideshow / carousel for Vue 3 and 2. Installation Vue 3 npm install vueperslides Vue 2 npm install vueperslides@legacy Demo & Documentation https://antoniandre.github.io/vueper-slides Try it yourself https...