
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.
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.

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.