svelte-debounce
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Svelte-Debounce

Easy debouncing with Svelte action.

Getting Started

  1. Install this package in your project using:
// pnpm, npm, or yarn
pnpm install svelte-debounce
  1. Prepare config.
const config = {
  delay: 800, // Default = 750
  callback: (value) => { ... }
}
  1. Use it! 🎉
<input use:debounce={config}/>

Readme

Keywords

Package Sidebar

Install

npm i svelte-debounce

Weekly Downloads

0

Version

0.0.3

License

ISC

Unpacked Size

1.54 kB

Total Files

4

Last publish

Collaborators

  • yujonglee