@anujsharma141/reactsearch

a node module to create react search input component

Usage no npm install needed!

<script type="module">
  import anujsharma141Reactsearch from 'https://cdn.skypack.dev/@anujsharma141/reactsearch';
</script>

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 "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 start