npm.io
4.3.4 • Published 1 week ago

comuse-shared

Licence
MIT
Version
4.3.4
Deps
0
Size
188 kB
Vulns
0
Weekly
0
Stars
1

NPM version NPM Downloads Docs & Demos
GitHub stars

some of the copy from vueuse

Features

Usage

import { useThrottle } from 'comuse-core'

const throttledFn = useThrottle(() => {
  // do something, it will be called at most 1 time per second
}, 1000)

window.addEventListener('resize', throttledFn)

Refer to functions list or documentations for more details.

Install

npm i comuse

Contribute

See the Contributing Guide

License

MIT License 2024-PRESENT Ajiu9

Keywords