InstantSearch
/
React
/
V6
/
API reference
Aug. 07, 2023
PoweredBy | React InstantSearch V6 (Deprecated)
This version of React InstantSearch has been deprecated in favor of the latest version of React InstantSearch.
Signature
Signature
<PoweredBy // Optional parameters translations={object} />
About this widget
The poweredBy
widget is used to display the Algolia logo to redirect to our website.
Algolia requires that you use this widget if you only use your free usage credits, or are on a community or free plan.
Examples
Copy
1
2
3
import { PoweredBy } from 'react-instantsearch-dom';
<PoweredBy />
Props
translations
Optional
Type:
object
A mapping of keys to translation values.
searchBy
: the label for the widget displayed before the Algolia logo.
Copy
1
2
3
4
5
<PoweredBy
translations={{
searchBy: 'Search by',
}}
/>
Did you find this page helpful?