Svelte Components for thumb-driven web UIs
Thumb UI is a collection of Svelte components designed for thumb-driven web UIs. However, this library is experimental and not recommended for anything beyond experimenting with Svelte.
To use the Thumb UI library, follow these steps:
npm install thumb-ui
import { Swipeable, Screen, Cover, Controls, Preload, Lazy } from 'thumb-ui';
Thumb UI is an experimental library designed for thumb-driven web UIs. It offers several components like Swipeable, Screen, Cover, Controls, Preload, and Lazy, each serving different purposes in creating interactive web experiences. It is important to note that Thumb UI is not recommended for production use, but rather for experimentation and exploring the capabilities of Svelte.