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

initialTipWidth

Largura da dica inicial em pixels.

Detalhes

Atributo: initial-tip-width

Tipo: number

Valor por padrão: 350

Morfologia

selphid.initialTipWidth = 350;

Descrição

Define a largura da animação no componente initial tip

Considerações

Requer initialTip ativo.


Exemplo

<facephi-selphid-widget
    initialTip={true}
    initialTipHeight={350}
    initialTipWidth={350}
/>

Atualizado