debounced-input

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i debounced-input

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

2.68 MB

Total Files

6

Last publish

Collaborators

  • v4irajvimu