For the complete documentation index, see llms.txt. This page is also available as Markdown.

logo

Path to the custom logo.

Details

Attribute: logo

Type: string

Default value: ""

Morphology

selphid.logo = '';

Description

Path to a custom logo to replace the Widget's default logo if displayed with --wrapper-display-logo: block. More information in the customization section.


Example

<facephi-selphid-widget
    logo={'/assets/logo.svg'}
/>

Last updated