@anujsharma141/reactsearch
v1.1.6
Published
a node module to create react search input component
Downloads
50
Maintainers
Readme
Simplified search input component for REACT.
:bookmark_tabs: Documentaion
Read the docs : DOCS
:rocket: Install
npm i @anujsharma141/reactsearch
:pushpin: Usage
import Search from "@anujsharma141/reactsearch"
function App() {
return (
<Search data={states}></Search>
)
}
:wrench: Development
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