1.0.3 • Published 1 year ago

react-debounced-searchbar v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React Debounced Searchbar (npm) package

The most light weighted and easy to use debounced searchbar for you react projects.

How to install

npm i react-debounced-searchbar

How to use

code snippet

The component accepts the following props

Prop nameDescription of the propAccepted valueDefault value
callbackCallback function which will be fired on debounced delay completiona function () => {}NA
delaySet delay for debouncenumber500 (ms)
placeholderPlaceholder for the inputstring"Search..."
OnSearchIconIcon to be displayed as search iconReact.FCDefault Search icon
OnClearIconIcon to be displayed as cross iconReact.FCDefault Cross icon
iconBgFillColorBg filled color for both the icons i.e. search and crossstring#f2f2f2
blurBoxShadowBox shadow for the input when input is not focusedstringDefault blur box shadow
focusBoxShadowBox shadow for the input when input is focusedstringDefault focus box shadow
iconsNeededSpecify if the search and cross icons are neededbooleantrue
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.3

1 year ago

0.0.0

1 year ago