react-search-pro
v0.2.36
Published
<p align="center" width="100%"><img align="center" src="https://i.imgur.com/txakcLQ.png" alt="logo" width="80">
Downloads
13
Readme
React Search Pro
A WIP react library for building a sophisticated search component with filter tags, recent searches and auto-suggest.
Key Features
- Easy to use: Seamless filter searching, auto suggest implementation
- Full controlled: Uses zustand for state management.
- Hooks and Utils: Developers can use different hooks to manipulate the component state and behaviour
- Full customizable: Developers can write their own styles to achieve the look they want for their application
- Reliable: Written in Typescript
Installation
Use npm or yarn to install:
npm i react-search-pro
Development
- Clone the repo and use
yarn install
to install all the dependencies - Use
yarn start
to start the dev server.
License
React Search Pro is MIT Licensed