1.0.2 • Published 4 years ago

debounced-input v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

debounced-input

Wait for the typing ends and invoke passed callback. lodash debounce implementation with react hooks.

NPM JavaScript Style Guide

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