Svelte Swipe with zero dependencies :fire: :boom:
The Swipable items wrapper component for Svelte is a lightweight and dependency-free library that allows for easy implementation of swipeable items in Svelte projects. It supports both vertical and horizontal swiping, dynamic height changes, infinite swiping, and custom thumbnails. With simple installation and usage methods, this component is a powerful tool for creating interactive and engaging Svelte applications.
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.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading