Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.03 KB

Simplified search input component for REACT.

npm build npm version

📑 Documentaion

Read the docs : DOCS

🚀 Install

npm i @anujsharma141/reactsearch

📌 Usage

import Search from "@anujsharma141/reactsearch"
function App() {
  return (
        <Search data={states}></Search>
       )
}

🔧 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 run storybook