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.

39 lines 964 B
{ "name": "vue3-debounce-input", "version": "1.0.2", "description": "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.", "main": "index.js", "scripts": { "build": "vite build", "dev": "vite" }, "peerDependencies": { "vue": "^3.0.0" }, "dependencies": {}, "devDependencies": { "vite": "^2.0.0" }, "keywords": [ "vue", "debounce", "hook", "hooks", "vue-hooks", "vue-hook", "performance", "utility", "useDebounce", "debounce-hook", "vue-utils", "vue-debounce", "debounce-for-vue", "vue3-debounce-input", "simple-debounce", "vue3", "vue3-debounce", "vue3-debounce-input" ], "author": "dhaneshmane <dhaneshmane123@gmail.com>", "license": "MIT" }