Skip to main content

Built and signed on GitHub Actions

Svelte/SvelteKit input debouncer

This package works with Node.js, Bun
This package works with Node.js
This package works with Bun
JSR Score
100%
Published
a year ago (0.1.3)

Easy debouncing with Svelte use: directive.

<input use:debounce={(v) => console.log('debounced value: ', v)}/>
Built and signed on
GitHub Actions
View transparency log

Add Package

npx jsr add @xlsoftware/svelte-debounce

Import symbol

import * as svelte_debounce from "@xlsoftware/svelte-debounce";

Add Package

yarn dlx jsr add @xlsoftware/svelte-debounce

Import symbol

import * as svelte_debounce from "@xlsoftware/svelte-debounce";

Add Package

pnpm dlx jsr add @xlsoftware/svelte-debounce

Import symbol

import * as svelte_debounce from "@xlsoftware/svelte-debounce";

Add Package

bunx jsr add @xlsoftware/svelte-debounce

Import symbol

import * as svelte_debounce from "@xlsoftware/svelte-debounce";