| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A complete React UI kit for building search interfaces with Indx. Everything you need to add full-text search, faceted filtering, and dynamic results to your React application.
View live demo here and View all components here
<SearchProvider url={url} preAuthenticatedToken={token} team="my-team" dataset="products">
<SearchInput />
<ValueFilterPanel field="category" label="Category" />
<RangeFilterPanel field="price" label="Price" expectedMin={0} expectedMax={1000} />
<SearchResults fields={['name', 'price']} resultsPerPage={20}>
{(item) => <ProductCard {...item} />}
</SearchResults>
</SearchProvider>📖 README →
Complete API reference, examples, authentication methods, troubleshooting, and more.
This library is designed to work with the Indx Search platform:
Compatibility: This version targets IndxCloudApi v2 (powered by IndxSearchLib v5).
This is a monorepo containing multiple packages:
| Package | Description | License | npm |
|---|---|---|---|
| @indxsearch/intrface | Search UI components (featured above) | Apache-2.0 | npm i @indxsearch/intrface |
| @indxsearch/systm | Design system with tokens, UI components, patterns, cursors | Custom¹ | npm i @indxsearch/systm |
| @indxsearch/indx-types | TypeScript types for IndxCloudApi v2 | Apache-2.0 | npm i @indxsearch/indx-types |
| @indxsearch/pixl | Icon library (separate package) | Custom | npm i @indxsearch/pixl |
¹ See Licensing below
This repository uses multiple licenses:
@indxsearch/intrface - Apache License 2.0
@indxsearch/systm - Indx Design System License
See LICENSES.md for full details.
This repo includes demo applications:
Run locally:
npm install
npm run devBuilt by Indx Search • Documentation • GitHub
| Back | FazBrowse Home | New Git URL |