> ## Documentation Index
> Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Text Comment Primitives

> Primitive-based components for building custom Text Comment interfaces with maximum flexibility.

### VeltTextComment

Root text comment component.

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltTextComment annotationId="abc123" />
    ```

    **Props:** Common inputs only (see [Common Inputs](#common-inputs) section).
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-text-comment annotation-id="abc123"></velt-text-comment>
    ```

    **Attributes:** Common attributes only (see [Common Inputs](#common-inputs) section).
  </Tab>
</Tabs>
