25 | {{ description }} 26 |
27 |13 | This widget doesn't render anything without a filled in default slot. 14 |
15 |query, function to refine and results are provided.
16 |refine: Function17 |
currentRefinement: "{{ state.currentRefinement }}"
18 | indices:{{ state.indices }}
21 | 9 | Use this component to have a different layout based on a certain state. 10 |
11 |Fill in the slot, and get access to the following things:
12 |results: {{ Object.keys(state.results) }}
13 | state: {{ Object.keys(state.state) }}
14 | status: {{ state.status }}
15 | error: {{ state.error }}
16 | {{ 37 | refinement.label 38 | }}39 | {{ refinement.label }} 46 |