Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.velt.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

Overview

<VeltWireframe>
    <VeltSubtitlesWireframe>
        <VeltSubtitlesWireframe.EmbedMode />
        <VeltSubtitlesWireframe.FloatingMode />
    </VeltSubtitlesWireframe>
</VeltWireframe>

EmbedMode

<VeltWireframe>
    <VeltSubtitlesWireframe.EmbedMode>
        <VeltSubtitlesWireframe.EmbedMode.Text />
    </VeltSubtitlesWireframe.EmbedMode>
</VeltWireframe>

Text

<VeltWireframe>
    <VeltSubtitlesWireframe.EmbedMode.Text />
</VeltWireframe>

FloatingMode

<VeltWireframe>
    <VeltSubtitlesWireframe.FloatingMode>
        <VeltSubtitlesWireframe.FloatingMode.Button />
        <VeltSubtitlesWireframe.FloatingMode.Tooltip />
        <VeltSubtitlesWireframe.FloatingMode.Panel />
    </VeltSubtitlesWireframe.FloatingMode>
</VeltWireframe>

Button

<VeltWireframe>
    <VeltSubtitlesWireframe.FloatingMode.Button />
</VeltWireframe>

Tooltip

<VeltWireframe>
    <VeltSubtitlesWireframe.FloatingMode.Tooltip />
</VeltWireframe>

Panel

<VeltWireframe>
    <VeltSubtitlesWireframe.FloatingMode.Panel>
        <VeltSubtitlesWireframe.FloatingMode.CloseButton />
        <VeltSubtitlesWireframe.FloatingMode.Text />
    </VeltSubtitlesWireframe.FloatingMode.Panel>
</VeltWireframe>

CloseButton

<VeltWireframe>
    <VeltSubtitlesWireframe.FloatingMode.CloseButton />
</VeltWireframe>

Text

<VeltWireframe>
    <VeltSubtitlesWireframe.FloatingMode.Text />
</VeltWireframe>