Useful svelte stuff to put in your projects
The @svelte-put library includes multiple packages that provide useful functionality for Svelte projects. These packages have self-managed release cycles and are listed below. Each package offers a specific feature, such as avatar components, click outside events, copying text to clipboard, drag-to-scroll behavior, and more. The library also includes documentation for each package, making it easy to understand and implement these features in your Svelte projects.
To install the @svelte-put library and its packages, you can use npm. Open your project’s terminal and run the following command:
npm install @svelte-put
After the installation is complete, you can import the specific packages you need in your Svelte components:
import { Avatar, ClickOutside, Copy, Dragscroll } from '@svelte-put';
Refer to the documentation for each package to learn more about its usage and available options.
The @svelte-put library provides a collection of useful packages for Svelte projects. These packages cover various functionalities, such as avatar components, click outside events, copying text to clipboard, and more. With clear documentation and easy installation, integrating these packages into your Svelte project is straightforward. Whether you need to enhance user interactions or add specific behaviors to elements, @svelte-put can be a valuable addition to your Svelte toolkit.