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

# Text Comment Tool Primitives

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

Tool component used to initiate text commenting.

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

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

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

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