Vueper Slides

repository·main·Indexed 20 days ago

https://github.com/antoniandre/vueper-slides

A touch-ready and responsive slideshow and carousel library for Vue 2 and Vue 3. Version 3.6.0 provides the VueperSlides container and VueperSlide components for creating slideshows.

Tokens
281
Snippets
2
Records
3
Agent score
19%

What's inside vueper-slides

  1. Install vueperslides

    main

    Install the appropriate version of vueperslides based on your Vue version using npm.

    For Vue 3 projects, install the standard package:

    npm install vueperslides

    For Vue 2 projects, install the legacy version:

    npm install vueperslides@legacy
  2. Import VueperSlides and VueperSlide components

    main

    To use the Vueper Slides library, import the main VueperSlides container component and the VueperSlide individual slide component. VueperSlides acts as the parent controller for the slideshow, while VueperSlide is used to define the content of each individual slide within that container.

    import { VueperSlides, VueperSlide } from 'vueperslides';