@anujsharma141/reactsearch
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

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 link

Package Sidebar

Install

npm i @anujsharma141/reactsearch

Weekly Downloads

3

Version

1.1.6

License

ISC

Unpacked Size

25.4 kB

Total Files

5

Last publish

Collaborators

  • anujsharma141