Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobsteves/input-filter-search

An input box that uses React to filter through an array of data to match the text inputted as characters are entered.
https://github.com/jacobsteves/input-filter-search

filter-box module react

Last synced: about 1 month ago
JSON representation

An input box that uses React to filter through an array of data to match the text inputted as characters are entered.

Awesome Lists containing this project

README

        

# InputFilterSearch
An input box that uses React to filter through an array of data to match the text inputted as characters are entered.

## Demo
[![https://gyazo.com/443e0c02721db5b6e31817cb04b46753](https://i.gyazo.com/443e0c02721db5b6e31817cb04b46753.gif)](https://gyazo.com/443e0c02721db5b6e31817cb04b46753)
## SetUp
Simply put FilterBox.js and FilterBox.css (you may want to edit the stylesheet reference in FilterBox.js) in your React project. Include FilterBox.js in the file you want to use it in, and in some render function, put:


``