A WIP react library for building a sophisticated search component with filter tags, recent searches and auto-suggest.
- 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
Use npm or yarn to install:
npm i react-search-pro
- Clone the repo and use
yarn install
to install all the dependencies - Use
yarn start
to start the dev server.
React Search Pro is MIT Licensed