API Reference
/
Angular InstantSearch Widgets
/
ais-panel
Apr. 24, 2019
You are reading the documentation for Angular InstantSearch v3, which is in beta. You can find the v2 documentation here.
About this widget #
The panel
widget wraps other widgets in a consistent panel design. It also reacts by adding a CSS class when the widget no longer can refine, for example, when a refinementList
becomes empty because of the current search results.
Examples #
Edit
Copy
1
2
3
4
5
6
<ais-panel
header="Header of the widget"
footer="Footer of the widget"
>
<!-- a widget -->
</ais-panel>