API Reference
/
Vue InstantSearch
/
ais-powered-by
May. 12, 2022
ais-powered-by
Signature
<ais-powered-by // Optional parameters theme="string" :class-names="object" />
About this widget # A
The ais-powered-by
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 legacy plan.
Examples # A
Copy
1
<ais-powered-by />
Props # A
theme
# |
type: string ("dark"|"light")
default: light
Optional
The version of the logo to use, legible on light or dark backgrounds. |
||
Copy
|
|||
class-names
# |
type: object
default: {}
Optional
The CSS classes to override.
|
||
Copy
|
HTML output# A
Copy
1
2
3
4
5
6
<div class="ais-PoweredBy">
<span class="ais-PoweredBy-text">Search by</span>
<a href="..." class="ais-PoweredBy-link" aria-label="Algolia">
<!-- <svg> ... </svg> -->
</a>
</div>
Did you find this page helpful?