Skip to content

Instantly share code, notes, and snippets.

@jyash97
Created April 24, 2019 13:08
Show Gist options
  • Save jyash97/ec03a508a56fcad7e806e4885cb6c995 to your computer and use it in GitHub Desktop.
Save jyash97/ec03a508a56fcad7e806e4885cb6c995 to your computer and use it in GitHub Desktop.
<NumericRefinementListFilter
id="booksCount"
title="Books Count"
field="books_count"
options={[
{ title: 'All' },
{ title: 'up to 50', from: 0, to: 50 },
{ title: '51 to 100', from: 51, to: 100 },
{ title: '100 or more', from: 101, to: 10000 },
]}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment