A super lightweight, super simple Carousel for Svelte 3
This project is an archived version of the Svelte Carousel/Slider. It is a ground-up rewrite using Svelte v3 and Siema, with the goal of creating a fully functional carousel with a small file size. The library can be used with any framework and provides a range of customizable options and attributes.
To use this Svelte Carousel/Slider, follow the steps below:
Example code snippet:
// Include the JavaScript file
import Carousel from 'svelte-carousel';
// Use the carousel component
<Carousel perPage={4} autoplay={3000} loop={true}>
// Insert your content here
</Carousel>
The Svelte Carousel/Slider is an archived project that provides a fully functional and customizable carousel/slider component. It is written in pure JavaScript and can be used with any framework. The library offers a range of options and attributes to customize the carousel, allowing for flexibility in design and functionality.