debounced-input
v1.0.2
Published
Wait for the typing ends and invoke passed callback. lodash debounce implementation with react hooks.
Downloads
4
Readme
debounced-input
Wait for the typing ends and invoke passed callback. lodash debounce implementation with react hooks.
Install
npm install --save debounced-input
Usage
import React, { Component } from 'react'
import MyComponent from 'debounced-input'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © v4irajvimu