Simplified search input component for REACT.
Read the docs : DOCS
npm i @anujsharma141/reactsearch
import Search from "@anujsharma141/reactsearch"
function App() {
return (
<Search data={states}></Search>
)
}
Run the following commands in terminal to setup the project on your local machine.
git clone https://github.com/AnujSharma141/reactsearch.git
cd reactsearch
npm install
npm link