Skip to content

tomhttp/reactivesearch

 
 

Repository files navigation

Reactive Search

A React components library for building Airbnb / Yelp like search experiences.

Installation

  1. Clone the repo
git clone https://github.com/appbaseio/reactivesearch.git
  1. cd into the project directory

  2. checkout v2 branch

  3. fetch the submodules. In case you've not set ssh for github, change the URLs in .gitmodules to use https instead

git submodule init
git submodule sync
git submodule update --remote
  1. The submodules will be fetched into /packages. Checkout branch dev in /packages/playground and master in /packages/reactivecore

About

A React components library for building awesome 🔍 search UIs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.1%
  • CSS 8.7%
  • HTML 3.2%