galli-search
v1.0.4
Published
Search bar Component
Downloads
6
Readme
Galli Search Bar Component
This is a reusable Search Bar component built with React.
Features
- Customizable: Easily customizable to fit different use cases.
- Debounced Input: Reduces the frequency of API calls by delaying the execution until the user stops typing.
- Accessible: Built with accessibility in mind, ensuring it’s usable by everyone.
Installation
To use the Search Bar component in your project, follow these steps:
npm i galli-search
- Import the component
import { SearchBar, SearchBarContextProvider } from "galli-search";