UNPKG

vue3-debounce-input

Version:

Debounce utility for Vue 3, A simple and lightweight Vue3 hook for debouncing values. Ideal for optimizing performance in search fields, input handling, and other scenarios where you want to limit the rate of updates.

3 lines (2 loc) 75 B
import { useDebounce } from "./src/useDebounce"; export { useDebounce };