We would like to display StandardFacet with a footer.
Example
We have a ratings facet that has a footer to explain how ratings are calculated. We would like this to be displayed below the facet options.
Current options
For now, we have created our own components that mimic the StandardFacet component using the hooks directly.
However, when using Facets, we cannot order our custom facets between those rendered by the Facets component. So, we display them at the top or bottom next to the Facets component.
We would like to display
StandardFacetwith a footer.Example
We have a ratings facet that has a footer to explain how ratings are calculated. We would like this to be displayed below the facet options.
Current options
For now, we have created our own components that mimic the
StandardFacetcomponent using the hooks directly.However, when using
Facets, we cannot order our custom facets between those rendered by theFacetscomponent. So, we display them at the top or bottom next to theFacetscomponent.