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

# Comment Sidebar v1 Wireframes

> Comment Sidebar Component.

<Note>
  We recommend that you familiarize yourselves with [UI Customization Concepts](/ui-customization/overview) before attempting to modify any components.
</Note>

## Overview

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Overview.png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=c0c0ef17111b1b406e2acc76d3887fa7" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Overview.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe>
            <VeltCommentsSidebarWireframe.Skeleton />
            <VeltCommentsSidebarWireframe.Panel />
            <VeltCommentsSidebarWireframe.FocusedThread />
        </VeltCommentsSidebarWireframe>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-wireframe>
            <velt-comment-sidebar-skeleton-wireframe></velt-comment-sidebar-skeleton-wireframe>
            <velt-comment-sidebar-panel-wireframe></velt-comment-sidebar-panel-wireframe>
            <velt-comments-sidebar-focused-thread-wireframe></velt-comments-sidebar-focused-thread-wireframe>
        </velt-comments-sidebar-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

## Skeleton

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Skeleton.png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=38669bfdba41b1957e5ce231b684aeca" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Skeleton.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Skeleton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comment-sidebar-skeleton-wireframe></velt-comment-sidebar-skeleton-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

## Panel

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Panel.png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=5e303e318f818b61cde74675de6dfbc1" width="2400" height="2804" data-path="images/customization/comments/comments-sidebar/Panel.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Panel>
          <VeltCommentsSidebarWireframe.Header>
          <VeltCommentsSidebarWireframe.Filter>
          <VeltCommentsSidebarWireframe.List>
          <VeltCommentsSidebarWireframe.EmptyPlaceholder>
          <VeltCommentsSidebarWireframe.PageModeComposer>
          <VeltCommentsSidebarWireframe.Filter.Item />
        </VeltCommentsSidebarWireframe.Panel>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comment-sidebar-panel-wireframe>
          <velt-comments-sidebar-header-wireframe></velt-comments-sidebar-header-wireframe>
          <velt-comments-sidebar-filter-wireframe></velt-comments-sidebar-filter-wireframe>
          <velt-comments-sidebar-list-wireframe></velt-comments-sidebar-list-wireframe>
         <velt-comments-sidebar-empty-placeholder-wireframe></velt-comments-sidebar-empty-placeholder-wireframe>
         <velt-comments-sidebar-page-mode-composer-wireframe></velt-comments-sidebar-page-mode-composer-wireframe>
        </velt-comment-sidebar-panel-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### Header (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Header%20(Panel).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=f13bd10d4e2814ff31d16555df623df1" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Header (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Header>
          <VeltCommentsSidebarWireframe.FullscreenButton />
          <VeltCommentsSidebarWireframe.CloseButton />
          <VeltCommentsSidebarWireframe.Search />
          <VeltCommentsSidebarWireframe.ResetFilterButton />
          <VeltCommentsSidebarWireframe.Status />
          <VeltCommentsSidebarWireframe.LocationFilterDropdown />
          <VeltCommentsSidebarWireframe.MinimalFilterDropdown />
          <VeltCommentsSidebarWireframe.MinimalActionsDropdown />
          <VeltCommentsSidebarWireframe.DocumentFilterDropdown />
          <VeltCommentsSidebarWireframe.FilterButton />
        </VeltCommentsSidebarWireframe.Header>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe style="display:none;">
        <velt-comments-sidebar-header-wireframe>
          <velt-comments-sidebar-fullscreen-button-wireframe></velt-comments-sidebar-fullscreen-button-wireframe>
          <velt-comments-sidebar-close-button-wireframe></velt-comments-sidebar-close-button-wireframe>
          <velt-comments-sidebar-search-wireframe></velt-comments-sidebar-search-wireframe>
          <velt-comments-sidebar-reset-filter-button-wireframe></velt-comments-sidebar-reset-filter-button-wireframe>
          <velt-comments-sidebar-status-wireframe></velt-comments-sidebar-status-wireframe>
          <velt-comments-sidebar-location-filter-dropdown-wireframe></velt-comments-sidebar-location-filter-dropdown-wireframe>
          <velt-comments-sidebar-minimal-filter-dropdown-wireframe></velt-comments-sidebar-minimal-filter-dropdown-wireframe>
          <velt-comments-sidebar-minimal-actions-dropdown-wireframe></velt-comments-sidebar-minimal-actions-dropdown-wireframe>
          <velt-comments-sidebar-document-filter-dropdown-wireframe></velt-comments-sidebar-document-filter-dropdown-wireframe>
          <velt-comments-sidebar-filter-button-wireframe></velt-comments-sidebar-filter-button-wireframe>
        </velt-comments-sidebar-header-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### FullscreenButton (Panel Header)

Button to toggle full-screen mode for the Comments Sidebar. This component only appears when full-screen mode is enabled via the `fullScreen` prop or API method. Clicking it allows users to expand the sidebar to fill the entire viewport or return to normal mode.

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.FullscreenButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe style="display:none;">
        <velt-comments-sidebar-fullscreen-button-wireframe></velt-comments-sidebar-fullscreen-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### CloseButton (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/CloseButton%20(Panel%20Header).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=ec66541005a29073d8badf8103823ed8" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/CloseButton (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.CloseButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe style="display:none;">
        <velt-comments-sidebar-close-button-wireframe></velt-comments-sidebar-close-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Search (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Header).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=422b71c5c9b76659a8c637043421cfaa" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Search (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Search />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-search-wireframe></velt-comments-sidebar-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### ResetFilterButton (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/ResetFilterButton%20(Panel%20Header).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=9279063c33ac95cee1473b545a939f06" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/ResetFilterButton (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.ResetFilterButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-reset-filter-button-wireframe></velt-comments-sidebar-reset-filter-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Status (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Status%20(Panel%20Header).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=b5d133bf5b36e3e71362c7101417c6d6" width="2240" height="826" data-path="images/customization/comments/comments-sidebar/Status (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status>
            <VeltCommentsSidebarWireframe.Status.Trigger />
            <VeltCommentsSidebarWireframe.Status.Content />
        </VeltCommentsSidebarWireframe.Status>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-wireframe>
            <velt-comments-sidebar-status-dropdown-trigger-wireframe></velt-comments-sidebar-status-dropdown-trigger-wireframe>
            <velt-comments-sidebar-status-dropdown-content-wireframe></velt-comments-sidebar-status-dropdown-content-wireframe>
        </velt-comments-sidebar-status-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Trigger (Panel Header Status)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20Status).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=87e014b85ed979206bd50767fe55e1d6" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header Status).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Trigger>
            <VeltCommentsSidebarWireframe.Status.Trigger.Name />
            <VeltCommentsSidebarWireframe.Status.Trigger.Arrow />
            <VeltCommentsSidebarWireframe.Status.Trigger.Indicator />
        </VeltCommentsSidebarWireframe.Status.Trigger>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-trigger-wireframe>
            <velt-comments-sidebar-status-dropdown-trigger-name-wireframe></velt-comments-sidebar-status-dropdown-trigger-name-wireframe>
            <velt-comments-sidebar-status-dropdown-trigger-arrow-wireframe></velt-comments-sidebar-status-dropdown-trigger-arrow-wireframe>
            <velt-comments-sidebar-status-dropdown-trigger-indicator-wireframe></velt-comments-sidebar-status-dropdown-trigger-indicator-wireframe>
        </velt-comments-sidebar-status-dropdown-trigger-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Header Status Trigger)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=8cefa4816477b99f6bf30431e81f389a" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Name (Panel Header Status Trigger).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Trigger.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-trigger-name-wireframe></velt-comments-sidebar-status-dropdown-trigger-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Arrow (Panel Header Status Trigger)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Arrow%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=bfba9587ab4ecdebd4597858ca42b161" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Arrow (Panel Header Status Trigger).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Trigger.Arrow />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-trigger-arrow-wireframe></velt-comments-sidebar-status-dropdown-trigger-arrow-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Indicator (Panel Header Status Trigger)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Indicator%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=6b1725ea6e0ae328f02540725ea04da4" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Indicator (Panel Header Status Trigger).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Trigger.Indicator />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-trigger-indicator-wireframe></velt-comments-sidebar-status-dropdown-trigger-indicator-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Content (Panel Header Status)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20Status).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=a137b3a9d84d910e236bf251fb69d9d3" width="2240" height="826" data-path="images/customization/comments/comments-sidebar/Content (Panel Header Status).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Content>
            <VeltCommentsSidebarWireframe.Status.Content.Item />
        </VeltCommentsSidebarWireframe.Status.Content>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-content-wireframe>
            <velt-comments-sidebar-status-dropdown-content-item-wireframe></velt-comments-sidebar-status-dropdown-content-item-wireframe>
        </velt-comments-sidebar-status-dropdown-content-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Header Status Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Header%20Status%20Content).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=5c2ed9bcc4f0813d40c09ebc631759b0" width="2240" height="826" data-path="images/customization/comments/comments-sidebar/Item (Panel Header Status Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Content.Item>
            <VeltCommentsSidebarWireframe.Status.Content.Item.Icon />
            <VeltCommentsSidebarWireframe.Status.Content.Item.Name />
            <VeltCommentsSidebarWireframe.Status.Content.Item.Count />
            <VeltCommentsSidebarWireframe.Status.Content.Item.Checkbox />
        </VeltCommentsSidebarWireframe.Status.Content.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-content-item-wireframe>
            <velt-comments-sidebar-status-dropdown-content-item-icon-wireframe></velt-comments-sidebar-status-dropdown-content-item-icon-wireframe>
            <velt-comments-sidebar-status-dropdown-content-item-name-wireframe></velt-comments-sidebar-status-dropdown-content-item-name-wireframe>
            <velt-comments-sidebar-status-dropdown-content-item-count-wireframe></velt-comments-sidebar-status-dropdown-content-item-count-wireframe>
            <velt-comments-sidebar-status-dropdown-content-item-checkbox-wireframe></velt-comments-sidebar-status-dropdown-content-item-checkbox-wireframe>
        </velt-comments-sidebar-status-dropdown-content-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Icon (Panel Header Status Content Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Icon%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=e01ea918e53b04a6f6ec2f2248217eee" width="2240" height="470" data-path="images/customization/comments/comments-sidebar/Icon (Panel Header Status Content Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Content.Item.Icon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-content-item-icon-wireframe></velt-comments-sidebar-status-dropdown-content-item-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Header Status Content Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=374298a191d58d5cc394a04a88923b1e" width="2240" height="470" data-path="images/customization/comments/comments-sidebar/Name (Panel Header Status Content Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Content.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-content-item-name-wireframe></velt-comments-sidebar-status-dropdown-content-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Header Status Content Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=ee65e43878963c096a7214dd8e090e89" width="2240" height="470" data-path="images/customization/comments/comments-sidebar/Count (Panel Header Status Content Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Content.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-content-item-count-wireframe></velt-comments-sidebar-status-dropdown-content-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Header Status Content Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=4b121f376f04d88baf345305997a8429" width="2240" height="470" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Header Status Content Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Content.Item.Checkbox>
            <VeltCommentsSidebarWireframe.Status.Content.Item.Checkbox.Checked />
            <VeltCommentsSidebarWireframe.Status.Content.Item.Checkbox.Unchecked />
        </VeltCommentsSidebarWireframe.Status.Content.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-content-item-checkbox-wireframe>
            <velt-comments-sidebar-status-dropdown-content-item-checkbox-checked-wireframe></velt-comments-sidebar-status-dropdown-content-item-checkbox-checked-wireframe>
            <velt-comments-sidebar-status-dropdown-content-item-checkbox-unchecked-wireframe></velt-comments-sidebar-status-dropdown-content-item-checkbox-unchecked-wireframe>
        </velt-comments-sidebar-status-dropdown-content-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Header Status Content Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Content.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-content-item-checkbox-checked-wireframe></velt-comments-sidebar-status-dropdown-content-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Header Status Content Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Status.Content.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-status-dropdown-content-item-checkbox-unchecked-wireframe></velt-comments-sidebar-status-dropdown-content-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### LocationFilterDropdown (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/LocationFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=d74814eb791964e882a5dc720c2dba2a" width="2240" height="702" data-path="images/customization/comments/comments-sidebar/LocationFilterDropdown (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.LocationFilterDropdown>
            <VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger />
            <VeltCommentsSidebarWireframe.LocationFilterDropdown.Content />
        </VeltCommentsSidebarWireframe.LocationFilterDropdown>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-location-filter-dropdown-wireframe>
            <velt-comments-sidebar-location-filter-dropdown-trigger-wireframe></velt-comments-sidebar-location-filter-dropdown-trigger-wireframe>
            <velt-comments-sidebar-location-filter-dropdown-content-wireframe></velt-comments-sidebar-location-filter-dropdown-content-wireframe>
        </velt-comments-sidebar-location-filter-dropdown-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Trigger (Panel Header LocationFilterDropdown)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=74bc0877ca59c06a6808e6ec997644e9" width="2240" height="322" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header LocationFilterDropdown).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger>
            <VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger.Label />
        </VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-location-filter-dropdown-trigger-wireframe>
            <velt-comments-sidebar-location-filter-dropdown-trigger-label-wireframe></velt-comments-sidebar-location-filter-dropdown-trigger-label-wireframe>
        </velt-comments-sidebar-location-filter-dropdown-trigger-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Label (Panel Header LocationFilterDropdown Trigger)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.LocationFilterDropdown.Trigger.Label />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-location-filter-dropdown-trigger-label-wireframe></velt-comments-sidebar-location-filter-dropdown-trigger-label-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Content (Panel Header LocationFilterDropdown)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=1e482c1799e2b4f0865e1c1a6df3399f" width="2240" height="590" data-path="images/customization/comments/comments-sidebar/Content (Panel Header LocationFilterDropdown).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.LocationFilterDropdown.Content />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-location-filter-dropdown-content-wireframe></velt-comments-sidebar-location-filter-dropdown-content-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### MinimalFilterDropdown (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/MinimalFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=116d47a77cda299f12f5c3f03db88ea7" width="2240" height="1074" data-path="images/customization/comments/comments-sidebar/MinimalFilterDropdown (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown>
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Trigger />
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content />
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-trigger-wireframe></velt-comments-sidebar-minimal-filter-dropdown-trigger-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Trigger (Panel Header MinimalFilterDropdown)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=191d74441937d5f55c4b48630134c219" width="2240" height="322" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header MinimalFilterDropdown).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Trigger />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-trigger-wireframe></velt-comments-sidebar-minimal-filter-dropdown-trigger-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Content (Panel Header MinimalFilterDropdown)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=012d86d3d267bca066977a412e47f072" width="2240" height="952" data-path="images/customization/comments/comments-sidebar/Content (Panel Header MinimalFilterDropdown).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content>
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SortDate />
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SortUnread />
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterAll />
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterUnread />
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterRead />
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterResolved />
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterOpen />
            <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterReset />
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-sort-date-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-sort-date-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-sort-unread-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-sort-unread-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-filter-all-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-filter-all-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-filter-unread-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-filter-unread-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-filter-read-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-filter-read-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-filter-resolved-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-filter-resolved-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-filter-open-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-filter-open-wireframe>
            <velt-comments-sidebar-minimal-filter-dropdown-content-filter-reset-wireframe></velt-comments-sidebar-minimal-filter-dropdown-content-filter-reset-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SortDate (Panel Header MinimalFilterDropdown Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/SortDate%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=85da6f120919cc644502a4950755ff09" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/SortDate (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SortDate>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Sort date
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SortDate>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-sort-date-wireframe>
          </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
            Sort by date
        </velt-comments-sidebar-minimal-filter-dropdown-content-sort-date-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SelectedIcon (Panel Header MinimalFilterDropdown Content SortDate)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Sort date
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
          Sort by date
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SortUnread (Panel Header MinimalFilterDropdown Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/SortUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=7aa1c5bd1fe1015bbd7325f3a7ac5fdb" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/SortUnread (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SortUnread>
          <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
            Sort unread
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SortUnread>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-sort-unread-wireframe>
          </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
            Sort by unread
        </velt-comments-sidebar-minimal-filter-dropdown-content-sort-unread-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SelectedIcon (Panel Header MinimalFilterDropdown Content SortUnread)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Sort unread
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
          Sort by unread
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **FilterAll (Panel Header MinimalFilterDropdown Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/FilterAll%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=1a81f571134b7f501240fa94bae8301e" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/FilterAll (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterAll>
          <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
              Filter All
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterAll>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-filter-all-wireframe>
          </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
            Unread or Read
        </velt-comments-sidebar-minimal-filter-dropdown-content-filter-all-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SelectedIcon (Panel Header MinimalFilterDropdown Content FilterAll)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Filter All
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
          Unread or Read
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **FilterUnread (Panel Header MinimalFilterDropdown Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/FilterUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=b9269f301b4920b7aabbfb2697dc5c94" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/FilterUnread (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterUnread>
          <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
              Filter unread
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterUnread>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-filter-unread-wireframe>
          </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
            Unread only
        </velt-comments-sidebar-minimal-filter-dropdown-content-filter-unread-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SelectedIcon (Panel Header MinimalFilterDropdown Content FilterUnread)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Filter unread
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
          Unread only
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **FilterRead (Panel Header MinimalFilterDropdown Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/FilterRead%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=3eb07bc0819961e76fe13a8486b3bb49" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/FilterRead (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterRead>
          <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
              Filter read
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterRead>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-filter-read-wireframe>
          </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
            Read only
        </velt-comments-sidebar-minimal-filter-dropdown-content-filter-read-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SelectedIcon (Panel Header MinimalFilterDropdown Content FilterRead)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Filter read
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
          Read only
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **FilterResolved (Panel Header MinimalFilterDropdown Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/FilterResolved%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=01e762273ea6486d6ef8e7d9a388cc87" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/FilterResolved (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterResolved>
          <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
              Filter resolved
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterResolved>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-filter-resolved-wireframe>
          </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
            Resolved
        </velt-comments-sidebar-minimal-filter-dropdown-content-filter-resolved-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SelectedIcon (Panel Header MinimalFilterDropdown Content FilterResolved)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Filter resolved
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
          Resolved
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **FilterOpen (Panel Header MinimalFilterDropdown Content)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterOpen>
          <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
              Filter open
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterOpen>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-filter-open-wireframe>
          </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
            Open only
        </velt-comments-sidebar-minimal-filter-dropdown-content-filter-open-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SelectedIcon (Panel Header MinimalFilterDropdown Content FilterOpen)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Filter open
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
          Open only
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **FilterReset (Panel Header MinimalFilterDropdown Content)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterReset>
          <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
              Reset filters
        </VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.FilterReset>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-filter-dropdown-content-filter-reset-wireframe>
          </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
            Reset filters
        </velt-comments-sidebar-minimal-filter-dropdown-content-filter-reset-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **SelectedIcon (Panel Header MinimalFilterDropdown Content FilterReset)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown.Content.SelectedIcon />
          Reset filters
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        </velt-comments-sidebar-minimal-filter-dropdown-content-selected-icon-wireframe>
          Reset filters
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### MinimalActionsDropdown (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/MinimalActionsDropdown%20(Panel%20Header).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=01fcaec8f97290c5fab1ad96127df58b" width="2240" height="606" data-path="images/customization/comments/comments-sidebar/MinimalActionsDropdown (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown>
            <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
            <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content />
        </VeltCommentsSidebarWireframe.MinimalActionsDropdown>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-actions-dropdown-wireframe>
            <velt-comments-sidebar-minimal-actions-dropdown-trigger-wireframe></velt-comments-sidebar-minimal-actions-dropdown-trigger-wireframe>
            <velt-comments-sidebar-minimal-actions-dropdown-content-wireframe></velt-comments-sidebar-minimal-actions-dropdown-content-wireframe>
        </velt-comments-sidebar-minimal-actions-dropdown-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Trigger (Panel Header MinimalActionsDropdown)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=8eee78fa26de1cb9994b3bc56e94f4ab" width="2240" height="322" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header MinimalActionsDropdown).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Trigger />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-actions-dropdown-trigger-wireframe></velt-comments-sidebar-minimal-actions-dropdown-trigger-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Content (Panel Header MinimalActionsDropdown)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=c0820354e7178eab90f8ef1a631435f1" width="2240" height="466" data-path="images/customization/comments/comments-sidebar/Content (Panel Header MinimalActionsDropdown).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
            <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
            <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
        </VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-actions-dropdown-content-wireframe>
            <velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-read-wireframe></velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-read-wireframe>
            <velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-resolved-wireframe></velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-resolved-wireframe>
        </velt-comments-sidebar-minimal-actions-dropdown-content-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **MarkAllRead (Panel Header MinimalActionsDropdown Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/MarkAllRead%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=d574fb88b82a46fe996c9c73771063c6" width="2240" height="466" data-path="images/customization/comments/comments-sidebar/MarkAllRead (Panel Header MinimalActionsDropdown Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllRead />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-read-wireframe></velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-read-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **MarkAllResolved (Panel Header MinimalActionsDropdown Content)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/MarkAllResolved%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=28cf145e2424f9143957bb3731625f83" width="2240" height="466" data-path="images/customization/comments/comments-sidebar/MarkAllResolved (Panel Header MinimalActionsDropdown Content).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown.Content.MarkAllResolved />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-resolved-wireframe></velt-comments-sidebar-minimal-actions-dropdown-content-mark-all-resolved-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### DocumentFilterDropdown (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DocumentFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=25fd91e18ebb8edbaa4da5db2aeedc09" width="2240" height="968" data-path="images/customization/comments/comments-sidebar/DocumentFilterDropdown (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.DocumentFilterDropdown>
            <VeltCommentsSidebarWireframe.DocumentFilterDropdown.Trigger />
            <VeltCommentsSidebarWireframe.DocumentFilterDropdown.Content />
        </VeltCommentsSidebarWireframe.DocumentFilterDropdown>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-document-filter-dropdown-wireframe>
            <velt-comments-sidebar-document-filter-dropdown-trigger-wireframe></velt-comments-sidebar-document-filter-dropdown-trigger-wireframe>
            <velt-comments-sidebar-document-filter-dropdown-content-wireframe></velt-comments-sidebar-document-filter-dropdown-content-wireframe>
        </velt-comments-sidebar-document-filter-dropdown-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Trigger (Panel Header DocumentFilterDropdown)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=cffab7328a870938b94491af7e92c576" width="2240" height="456" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header DocumentFilterDropdown).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.DocumentFilterDropdown.Trigger />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-document-filter-dropdown-trigger-wireframe></velt-comments-sidebar-document-filter-dropdown-trigger-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Content (Panel Header DocumentFilterDropdown)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=29249a6824d4fc4896a13ddcd5ce402c" width="2240" height="754" data-path="images/customization/comments/comments-sidebar/Content (Panel Header DocumentFilterDropdown).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.DocumentFilterDropdown.Content>
          <VeltCommentsSidebarWireframe.Filter.Document />
        </VeltCommentsSidebarWireframe.DocumentFilterDropdown.Content>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-document-filter-dropdown-content-wireframe>
          <velt-comments-sidebar-filter-document-wireframe></velt-comments-sidebar-filter-document-wireframe>
        </velt-comments-sidebar-document-filter-dropdown-content-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Document (Panel Header DocumentFilterDropdown Content)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
          <velt-comments-sidebar-filter-document-wireframe></velt-comments-sidebar-filter-document-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### FilterButton (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/FilterButton%20(Panel%20Header).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=5b0c0ab34dcf7a2798b8bd0e410c4af5" width="2240" height="458" data-path="images/customization/comments/comments-sidebar/FilterButton (Panel Header).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.FilterButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-button-wireframe></velt-comments-sidebar-filter-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### Filter (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Filter%20(Panel).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=d7aeb1b687810f0a1a7b92dd0ea65408" width="2240" height="1380" data-path="images/customization/comments/comments-sidebar/Filter (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter>
            <VeltCommentsSidebarWireframe.Filter.Title />
            <VeltCommentsSidebarWireframe.Filter.CloseButton />
            <VeltCommentsSidebarWireframe.Filter.Location />
            <VeltCommentsSidebarWireframe.Filter.Document />
            <VeltCommentsSidebarWireframe.Filter.Involved />
            <VeltCommentsSidebarWireframe.Filter.People />
            <VeltCommentsSidebarWireframe.Filter.Tagged />
            <VeltCommentsSidebarWireframe.Filter.Assigned />
            <VeltCommentsSidebarWireframe.Filter.Custom />
            <VeltCommentsSidebarWireframe.Filter.Category />
            <VeltCommentsSidebarWireframe.Filter.Priority />
            <VeltCommentsSidebarWireframe.Filter.Status />
            <VeltCommentsSidebarWireframe.Filter.CommentType />
            <VeltCommentsSidebarWireframe.Filter.Versions />
            <VeltCommentsSidebarWireframe.Filter.GroupBy />
            <VeltCommentsSidebarWireframe.Filter.ResetButton />
            <VeltCommentsSidebarWireframe.Filter.DoneButton />
        </VeltCommentsSidebarWireframe.Filter>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-wireframe>
            <velt-comments-sidebar-filter-title-wireframe></velt-comments-sidebar-filter-title-wireframe>
            <velt-comments-sidebar-filter-close-button-wireframe></velt-comments-sidebar-filter-close-button-wireframe>
            <velt-comments-sidebar-filter-location-wireframe></velt-comments-sidebar-filter-location-wireframe>
            <velt-comments-sidebar-filter-document-wireframe></velt-comments-sidebar-filter-document-wireframe>
            <velt-comments-sidebar-filter-involved-wireframe></velt-comments-sidebar-filter-involved-wireframe>
            <velt-comments-sidebar-filter-people-wireframe></velt-comments-sidebar-filter-people-wireframe>
            <velt-comments-sidebar-filter-tagged-wireframe></velt-comments-sidebar-filter-tagged-wireframe>
            <velt-comments-sidebar-filter-assigned-wireframe></velt-comments-sidebar-filter-assigned-wireframe>
            <velt-comments-sidebar-filter-custom-wireframe></velt-comments-sidebar-filter-custom-wireframe>
            <velt-comments-sidebar-filter-category-wireframe></velt-comments-sidebar-filter-category-wireframe>
            <velt-comments-sidebar-filter-priority-wireframe></velt-comments-sidebar-filter-priority-wireframe>
            <velt-comments-sidebar-filter-status-wireframe></velt-comments-sidebar-filter-status-wireframe>
            <velt-comments-sidebar-filter-comment-type-wireframe></velt-comments-sidebar-filter-comment-type-wireframe>
            <velt-comments-sidebar-filter-versions-wireframe></velt-comments-sidebar-filter-versions-wireframe>
            <velt-comments-sidebar-filter-group-by-wireframe></velt-comments-sidebar-filter-group-by-wireframe>
            <velt-comments-sidebar-filter-reset-button-wireframe></velt-comments-sidebar-filter-reset-button-wireframe>
            <velt-comments-sidebar-filter-done-button-wireframe></velt-comments-sidebar-filter-done-button-wireframe>
        </velt-comments-sidebar-filter-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Title (Panel Filter)

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Title />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-title-wireframe></velt-comments-sidebar-filter-title-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### CloseButton (Panel Filter)

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.CloseButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-close-button-wireframe></velt-comments-sidebar-filter-close-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Location (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Location%20(Panel%20Filter).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=98838d99067d42a31ea6788e39eaacf1" alt="Location filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Location (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location>
            <VeltCommentsSidebarWireframe.Filter.Location.Name />
            <VeltCommentsSidebarWireframe.Filter.Location.Search />
            <VeltCommentsSidebarWireframe.Filter.Location.Item />
            <VeltCommentsSidebarWireframe.Filter.Location.ViewAll />
        </VeltCommentsSidebarWireframe.Filter.Location>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-location-wireframe>
            <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
            <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
            <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
            <velt-comments-sidebar-filter-view-all-wireframe></velt-comments-sidebar-filter-view-all-wireframe>
        </velt-comments-sidebar-filter-location-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Location)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=c459fe242677ba0b8528db8bc2270816" alt="Name component within the location filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Location).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Location)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=395a11b501f0a60cb67613c3a2b1bafa" alt="Search component within the location filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Location).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Search>
            <VeltCommentsSidebarWireframe.Filter.Location.Search.Tags />
            <VeltCommentsSidebarWireframe.Filter.Location.Search.HiddenCount />
            <VeltCommentsSidebarWireframe.Filter.Location.Search.Input />
            <VeltCommentsSidebarWireframe.Filter.Location.Search.DropdownIcon />
        </VeltCommentsSidebarWireframe.Filter.Location.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-wireframe>
            <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
            <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
            <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
            <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
        </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Location Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=f051c192502cbf9522d56e3d845e647d" alt="Tags component within the location filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Location Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Search.Tags>
            <VeltCommentsSidebarWireframe.Filter.Location.Search.Tags.Item />
        </VeltCommentsSidebarWireframe.Filter.Location.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
        </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Location Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Location%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=1c3084ca0ae6d91e909a4aa04a2f9ac6" alt="Item component within the location filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Location Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Search.Tags.Item>
            <VeltCommentsSidebarWireframe.Filter.Location.Search.Tags.Item.Name />
            <VeltCommentsSidebarWireframe.Filter.Location.Search.Tags.Item.Close />
        </VeltCommentsSidebarWireframe.Filter.Location.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
        </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Location Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=4fb6ca5921fc08745a4e1e83cd83823a" alt="Hidden count component within the location filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Location Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Location Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=138200bf4423e932947211fc0c62c54f" alt="Input component within the location filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Location Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Location Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=7869d9db0c2a95966da0efe389bc173d" alt="Dropdown icon component within the location filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Location Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Location)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=859cc143dce1aec04897d014174e4ed7" alt="Item component within the location filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Location).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Item>
            <VeltCommentsSidebarWireframe.Filter.Location.Item.Checkbox />
            <VeltCommentsSidebarWireframe.Filter.Location.Item.Name />
            <VeltCommentsSidebarWireframe.Filter.Location.Item.Count />
        </VeltCommentsSidebarWireframe.Filter.Location.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
            <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
            <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
        </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Location Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=447c3363d98c02b5d604100a3a939c50" alt="Checkbox component within the location filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Location Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Item.Checkbox>
            <VeltCommentsSidebarWireframe.Filter.Location.Item.Checkbox.Checked />
            <VeltCommentsSidebarWireframe.Filter.Location.Item.Checkbox.Unchecked />
        </VeltCommentsSidebarWireframe.Filter.Location.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
        </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Location Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Location Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Location Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9965fe61cc75bd7c6f0d1c67854e6721" alt="Name component within the location filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Location Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Location Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=448660ddd5b59562dfe01366dec1d8c6" alt="Count component within the location filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Location Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **ViewAll (Panel Filter Location)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=45b8aaff37b4783e49ea96aad7e7d19a" alt="View all component within the location filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/ViewAll (Panel Filter Location).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Location.ViewAll />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-view-all-wireframe></velt-comments-sidebar-filter-view-all-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Document (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Document%20(Panel%20Filter).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=165a724151fe5e1deea2df692e3049a0" alt="Document filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Document (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document>
            <VeltCommentsSidebarWireframe.Filter.Document.Name />
            <VeltCommentsSidebarWireframe.Filter.Document.Search />
            <VeltCommentsSidebarWireframe.Filter.Document.Item />
            <VeltCommentsSidebarWireframe.Filter.Document.ViewAll />
        </VeltCommentsSidebarWireframe.Filter.Document>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-document-wireframe>
            <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
            <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
            <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
            <velt-comments-sidebar-filter-view-all-wireframe></velt-comments-sidebar-filter-view-all-wireframe>
        </velt-comments-sidebar-filter-document-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Document)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=e50fcc7b423a886f7c88963b52a143dc" alt="Name component within the document filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Document).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Document)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=68c4d5e9da23cb7b3a8d69cbf37889f2" alt="Search component within the document filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Document).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Search>
            <VeltCommentsSidebarWireframe.Filter.Document.Search.Tags />
            <VeltCommentsSidebarWireframe.Filter.Document.Search.HiddenCount />
            <VeltCommentsSidebarWireframe.Filter.Document.Search.Input />
            <VeltCommentsSidebarWireframe.Filter.Document.Search.DropdownIcon />
        </VeltCommentsSidebarWireframe.Filter.Document.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-wireframe>
            <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
            <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
            <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
            <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
        </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Document Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=e97a9473054977d9052dc594e71c4e16" alt="Tags component within the document filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Document Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Search.Tags>
            <VeltCommentsSidebarWireframe.Filter.Document.Search.Tags.Item />
        </VeltCommentsSidebarWireframe.Filter.Document.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
        </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Document Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Document%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9ae49b0c91b7022001f8ed4cb5845415" alt="Item component within the document filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Document Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Search.Tags.Item>
            <VeltCommentsSidebarWireframe.Filter.Document.Search.Tags.Item.Name />
            <VeltCommentsSidebarWireframe.Filter.Document.Search.Tags.Item.Close />
        </VeltCommentsSidebarWireframe.Filter.Document.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
        </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Document Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=aa494eb66a9727fe73665f929545b8c9" alt="Hidden count component within the document filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Document Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Document Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=c511fd1434db62da2c5e9baa4e8501e0" alt="Input component within the document filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Document Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Document Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Documents%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=2b55ac29a6926c71f943698f071f7569" alt="Dropdown icon component within the document filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Documents Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Document)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=6f68429e55183e7801415909c875e589" alt="Item component within the document filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Document).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Item>
            <VeltCommentsSidebarWireframe.Filter.Document.Item.Checkbox />
            <VeltCommentsSidebarWireframe.Filter.Document.Item.Name />
            <VeltCommentsSidebarWireframe.Filter.Document.Item.Count />
        </VeltCommentsSidebarWireframe.Filter.Document.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
            <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
            <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
        </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Document Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=58345767b858c793b8a4645c5f291119" alt="Checkbox component within the document filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Document Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Item.Checkbox>
            <VeltCommentsSidebarWireframe.Filter.Document.Item.Checkbox.Checked />
            <VeltCommentsSidebarWireframe.Filter.Document.Item.Checkbox.Unchecked />
        </VeltCommentsSidebarWireframe.Filter.Document.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
        </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Document Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Document Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Document Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=80a96c8ab02953f1c82939deac31ade9" alt="Name component within the document filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Document Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Document Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=44b037e0666255e1a70c39608fe57c69" alt="Count component within the document filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Document Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **ViewAll (Panel Filter Document)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=647ada785a048396671a1eb8352a3529" alt="View all component within the document filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/ViewAll (Panel Filter Document).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Document.ViewAll />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-view-all-wireframe></velt-comments-sidebar-filter-view-all-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Involved (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Involved%20(Panel%20Filter).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=e87e8872062654a1f6cbe25a55ac44a9" alt="Involved filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Involved (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved>
            <VeltCommentsSidebarWireframe.Filter.Involved.Name />
            <VeltCommentsSidebarWireframe.Filter.Involved.Search />
            <VeltCommentsSidebarWireframe.Filter.Involved.Item />
        </VeltCommentsSidebarWireframe.Filter.Involved>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-involved-wireframe>
            <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
            <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
            <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
        </velt-comments-sidebar-filter-involved-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Involved)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=28b7f22f7abf6df15a9147cd84469b36" alt="Name component within the involved filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Involved).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Involved)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=eeb73d213d702456b93c4b7e2e15cd75" alt="Search component within the involved filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Involved).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Search>
            <VeltCommentsSidebarWireframe.Filter.Involved.Search.Tags />
            <VeltCommentsSidebarWireframe.Filter.Involved.Search.HiddenCount />
            <VeltCommentsSidebarWireframe.Filter.Involved.Search.Input />
            <VeltCommentsSidebarWireframe.Filter.Involved.Search.DropdownIcon />
        </VeltCommentsSidebarWireframe.Filter.Involved.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-wireframe>
            <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
            <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
            <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
            <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
        </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Involved Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=62ab1f29efb990ef70612903a1d7182f" alt="Tags component within the involved filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Involved Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Search.Tags>
            <VeltCommentsSidebarWireframe.Filter.Involved.Search.Tags.Item />
        </VeltCommentsSidebarWireframe.Filter.Involved.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
        </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Involved Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Involved%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=0c9fbd2711d9cf7296ff77f627c7798e" alt="Item component within the involved filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Involved Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Search.Tags.Item>
            <VeltCommentsSidebarWireframe.Filter.Involved.Search.Tags.Item.Name />
            <VeltCommentsSidebarWireframe.Filter.Involved.Search.Tags.Item.Close />
        </VeltCommentsSidebarWireframe.Filter.Involved.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
            <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
        </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Involved Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=34ea118c743a1abcbafc763a10d2823f" alt="Hidden count component within the involved filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Involved Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Involved Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=0b9f2e9afa382ac1ac0ccbd16f5e4081" alt="Input component within the involved filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Involved Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Involved Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=c66340d5bce046ec82e61876876008b2" alt="Dropdown icon component within the involved filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Involved Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Involved)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9acab5ac819a36517905e9238cf94163" alt="Item component within the involved filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Involved).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Item>
            <VeltCommentsSidebarWireframe.Filter.Involved.Item.Checkbox />
            <VeltCommentsSidebarWireframe.Filter.Involved.Item.Name />
            <VeltCommentsSidebarWireframe.Filter.Involved.Item.Count />
        </VeltCommentsSidebarWireframe.Filter.Involved.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
            <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
            <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
        </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Involved Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=0067fe1b9991defe1513aadf731e2c6a" alt="Checkbox component within the involved filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Involved Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Item.Checkbox>
            <VeltCommentsSidebarWireframe.Filter.Involved.Item.Checkbox.Checked />
            <VeltCommentsSidebarWireframe.Filter.Involved.Item.Checkbox.Unchecked />
        </VeltCommentsSidebarWireframe.Filter.Involved.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
            <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
        </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Involved Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Involved Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Involved Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=3b558c13868b121b0c3ad2dc1c1ee8af" alt="Name component within the involved filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Involved Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Involved Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=eb2172023e03d2309a79c379b8be0855" alt="Count component within the involved filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Involved Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
        <VeltCommentsSidebarWireframe.Filter.Involved.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### People (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/People%20(Panel%20Filter).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=a30fece01df0e76fc1ad01999d6d7dde" alt="People filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/People (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People>
        <VeltCommentsSidebarWireframe.Filter.People.Name />
        <VeltCommentsSidebarWireframe.Filter.People.Search />
        <VeltCommentsSidebarWireframe.Filter.People.Item />
      </VeltCommentsSidebarWireframe.Filter.People>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
    	<velt-comments-sidebar-filter-people-wireframe>
    		<velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-people-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter People)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=f1d4c616cb91a1e0257f85c7ebaafcfb" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter People).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter People)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20People).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=4cd7f81a1f6a892c97b65d7c777cd0af" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter People).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Search>
        <VeltCommentsSidebarWireframe.Filter.People.Search.Tags />
        <VeltCommentsSidebarWireframe.Filter.People.Search.HiddenCount />
        <VeltCommentsSidebarWireframe.Filter.People.Search.Input />
        <VeltCommentsSidebarWireframe.Filter.People.Search.DropdownIcon />
      </VeltCommentsSidebarWireframe.Filter.People.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
      </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter People Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=485c0ec53770a0d9b6c27bdd62ea2f07" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter People Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Search.Tags>
        <VeltCommentsSidebarWireframe.Filter.People.Search.Tags.Item />
      </VeltCommentsSidebarWireframe.Filter.People.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
      </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter People Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20People%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=699dea76339b57b4bb24a8a2d05d25c5" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter People Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Search.Tags.Item>
        <VeltCommentsSidebarWireframe.Filter.People.Search.Tags.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.People.Search.Tags.Item.Close />
      </VeltCommentsSidebarWireframe.Filter.People.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
      </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter People Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Search.Tags.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Close (Panel Filter People Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Search.Tags.Item.Close />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter People Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=b69a48e5235721e6684380a473d7b8da" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter People Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter People Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=8ad17777d22f7aad8ce705f9a661f7b0" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter People Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter People Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=f4e9d3b287605e425c3397f3883cf5ab" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter People Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter People)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20People).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=7de3158e6355306459adedc831e837ac" alt="People filter component in the comments sidebar panel filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter People).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Item>
        <VeltCommentsSidebarWireframe.Filter.People.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.People.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.People.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.People.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter People Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=09228e57d2224526d79ae00af7b9aaa0" alt="People filter component in the comments sidebar panel filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter People Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.People.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.People.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.People.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter People Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter People Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter People Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9b6929c10e59c334f0920945c2e55ec3" alt="People filter component in the comments sidebar panel filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter People Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter People Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=fc1226bc40cbc837375853108fc19935" alt="People filter component in the comments sidebar panel filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter People Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.People.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Tagged (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tagged%20(Panel%20Filter).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=430013524f294ad1ab06d7c6b6a5d508" alt="Tagged filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Tagged (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged>
        <VeltCommentsSidebarWireframe.Filter.Tagged.Name />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Search />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Item />
      </VeltCommentsSidebarWireframe.Filter.Tagged>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-tagged-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-tagged-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Tagged)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=144d33c957723304a5091562a2b59089" alt="Name component within the tagged filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Tagged).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Tagged)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=c32b8bafbbf0d9a6c08a39f0cb53dac3" alt="Search component within the tagged filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Tagged).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Search>
        <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Search.HiddenCount />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Input />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Search.DropdownIcon />
      </VeltCommentsSidebarWireframe.Filter.Tagged.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
      </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Tagged Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=4d2f11cdcf3be6214b33c04c28261144" alt="Tags component within the tagged filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Tagged Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags>
        <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags.Item />
      </VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
      </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Tagged Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=eb96142f5946c0b5f9dca301a1174e3e" alt="Item component within the tagged filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Tagged Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags.Item>
        <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags.Item.Close />
      </VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
      </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Tagged Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Close (Panel Filter Tagged Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Tags.Item.Close />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Tagged Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=3d13ba34c91dbad252851118acbcabc1" alt="Hidden count component within the tagged filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Tagged Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Tagged Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=13b6bd70cb37cec7a8c67ab857ed0c7e" alt="Input component within the tagged filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Tagged Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Tagged Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=2943e77cd049ea5718934160cc3129c3" alt="Dropdown icon component within the tagged filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Tagged Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Tagged)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=56f4a65e93ae93645301d99594e663e1" alt="Item component within the tagged filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Tagged).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Item>
        <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Tagged.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Tagged Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=3717892301a2233ca4aa95caeef48a55" alt="Checkbox component within the tagged filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Tagged Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Tagged.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Tagged Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Tagged Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Tagged Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=32eca1e2fe39135fc6b40ac4a1d52a9d" alt="Name component within the tagged filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Tagged Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Tagged Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=2f597cb2b60a6890c43caab6f599981d" alt="Count component within the tagged filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Tagged Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Tagged.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Assigned (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Assigned%20(Panel%20Filter).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=b8d3db771655c0d92afe5c54346f85ea" alt="Assigned filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Assigned (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned>
        <VeltCommentsSidebarWireframe.Filter.Assigned.Name />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Search />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Item />
      </VeltCommentsSidebarWireframe.Filter.Assigned>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-assigned-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-assigned-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Assigned)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=be73f2daad1657e9940980775835f575" alt="Name component within the assigned filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Assigned).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Assigned)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=49637e6d5e352e456b5a901017d917f7" alt="Search component within the assigned filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Assigned).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Search>
        <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Search.HiddenCount />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Input />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Search.DropdownIcon />
      </VeltCommentsSidebarWireframe.Filter.Assigned.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
      </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Assigned Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=a527015354a2dd688f93c2581a4b443d" alt="Tags component within the assigned filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Assigned Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags>
        <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags.Item />
      </VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
      </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Assigned Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Assigned%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=cad11aa1c17a7b27f038682aa87fcc65" alt="Item component within the assigned filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Assigned Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags.Item>
        <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags.Item.Close />
      </VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
      </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Assigned Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Close (Panel Filter Assigned Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Tags.Item.Close />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Assigned Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=7006a607d053e7c87ffa4e97f8f5c638" alt="Hidden count component within the assigned filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Assigned Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Assigned Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=09fceba26c36d4204a966c1eabfa024e" alt="Input component within the assigned filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Assigned Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Assigned Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=2ae8b3d10832f45840508c79f6c3940b" alt="Dropdown icon component within the assigned filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Assigned Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Assigned)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=c916bcd07044ad161f00142f06708158" alt="Item component within the assigned filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Assigned).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Item>
        <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Assigned.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Assigned Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=d9ba0b47c596571a322f3f79f79835b0" alt="Checkbox component within the assigned filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Assigned Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Assigned.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Assigned Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Assigned Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Assigned Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=497ded31b6bb5ecedf523914790c2c67" alt="Name component within the assigned filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Assigned Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Assigned Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=8662a045d454a79eb81a6303fc3b608a" alt="Count component within the assigned filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Assigned Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Assigned.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Custom (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Custom%20(Panel%20Filter).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=9b4b5ed10b7b3348df1758beeed3d57a" alt="Custom filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Custom (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom id='filter-id'>
        <VeltCommentsSidebarWireframe.Filter.Custom.Name />
        <VeltCommentsSidebarWireframe.Filter.Custom.Search />
        <VeltCommentsSidebarWireframe.Filter.Custom.Item />
      </VeltCommentsSidebarWireframe.Filter.Custom>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-custom-wireframe id="filter-id">
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-custom-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Custom)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=0980bc047140ba24d0d472c1faa7e64d" alt="Name component within the custom filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Custom).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Custom)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=433c1290edac07b9534ee28f10b677d6" alt="Search component within the custom filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Custom).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Search>
        <VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags />
        <VeltCommentsSidebarWireframe.Filter.Custom.Search.HiddenCount />
        <VeltCommentsSidebarWireframe.Filter.Custom.Search.Input />
        <VeltCommentsSidebarWireframe.Filter.Custom.Search.DropdownIcon />
      </VeltCommentsSidebarWireframe.Filter.Custom.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
      </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Custom Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=9a064992d7645c6ea4fa954364fdd802" alt="Tags component within the custom filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Custom Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags>
        <VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags.Item />
      </VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
      </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Custom Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=2ef18fa6dcb13a57a56fe2b4776ffdf1" alt="Item component within the custom filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Custom Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags.Item>
        <VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags.Item.Close />
      </VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
      </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Custom Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Close (Panel Filter Custom Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Search.Tags.Item.Close />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Custom Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=6cc693e6391cace760a3e77d1da741e7" alt="Hidden count component within the custom filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Custom Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Custom Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9c8a459c8a52757d655abdf90e055323" alt="Input component within the custom filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Custom Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Custom Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=40d2ebf8064ce7daac81f796fd5413e7" alt="Dropdown icon component within the custom filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Custom Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Custom)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=54d51631a3f99309cde3cc10b9716f35" alt="Item component within the custom filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Custom).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Item>
        <VeltCommentsSidebarWireframe.Filter.Custom.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Custom.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Custom.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Custom.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Custom Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=bdfb6f01c37971b37e91e7b130c4f6f4" alt="Checkbox component within the custom filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Custom Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Custom.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Custom.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Custom.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Custom Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Custom Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Custom Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=5d8c43382ee1091c253ecad6dfa60302" alt="Name component within the custom filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Custom Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Custom Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=9c9abcf6df22a99adc31db3bd342d93d" alt="Count component within the custom filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Custom Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Custom.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Category (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Category%20(Panel%20Filter).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=2328ccc79cbfd6eda7dfa0d2faeaeeb5" alt="Category filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Category (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category>
        <VeltCommentsSidebarWireframe.Filter.Category.Name />
        <VeltCommentsSidebarWireframe.Filter.Category.Search />
        <VeltCommentsSidebarWireframe.Filter.Category.Item />
      </VeltCommentsSidebarWireframe.Filter.Category>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-category-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-category-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Category)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9fc59a9807045dc855c73dcc804e884b" alt="Name component within the category filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Category).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Category)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=98f16d473b6e95e47dacc5360b1f48c2" alt="Search component within the category filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Category).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Search>
        <VeltCommentsSidebarWireframe.Filter.Category.Search.Tags />
        <VeltCommentsSidebarWireframe.Filter.Category.Search.HiddenCount />
        <VeltCommentsSidebarWireframe.Filter.Category.Search.Input />
        <VeltCommentsSidebarWireframe.Filter.Category.Search.DropdownIcon />
      </VeltCommentsSidebarWireframe.Filter.Category.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
      </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Category Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=4ff20a3adc21504d479852cb90b18e0d" alt="Tags component within the category filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Category Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Search.Tags>
        <VeltCommentsSidebarWireframe.Filter.Category.Search.Tags.Item />
      </VeltCommentsSidebarWireframe.Filter.Category.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
      </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Category Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=1c3ccba84060e1062d823b7a08cd77fa" alt="Item component within the category filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Category Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Search.Tags.Item>
        <VeltCommentsSidebarWireframe.Filter.Category.Search.Tags.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Category.Search.Tags.Item.Close />
      </VeltCommentsSidebarWireframe.Filter.Category.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
      </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Category Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Search.Tags.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Close (Panel Filter Category Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Search.Tags.Item.Close />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Category Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=6e0527d8460aa178b67ba3cf338ae4f9" alt="Hidden count component within the category filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Category Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Category Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=bab4fb8f43a71772b3e5afacd4d894c8" alt="Input component within the category filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Category Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Category Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=676d236f8fe7c746c9d42ac1568dcbd0" alt="Dropdown icon component within the category filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Category Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Category)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=0d6cced2f54c3d20c8120b65427339ad" alt="Item component within the category filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Category).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Item>
        <VeltCommentsSidebarWireframe.Filter.Category.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Category.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Category.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Category.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Category Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=b0a511def66e3e1d73242f475d86ad09" alt="Checkbox component within the category filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Category Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Category.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Category.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Category.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Category Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Category Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Category Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=a8442c8642e664c6fbbf5e0f177bda9d" alt="Name component within the category filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Category Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Category Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=c95de87c0c5710a9822bfdd1477c45e2" alt="Count component within the category filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Category Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Category.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Priority (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Priority%20(Panel%20Filter).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=f26b4b9da3b34878e2f0e7bd56afc442" alt="Priority filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Priority (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority>
        <VeltCommentsSidebarWireframe.Filter.Priority.Name />
        <VeltCommentsSidebarWireframe.Filter.Priority.Search />
        <VeltCommentsSidebarWireframe.Filter.Priority.Item />
      </VeltCommentsSidebarWireframe.Filter.Priority>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-priority-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-priority-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Priority)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=ff3abee90b7adb7705a93d5ffc7f87af" alt="Name component within the priority filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Priority).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Priority)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=42557765ebac37da19ac4db3ab231d7f" alt="Search component within the priority filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Priority).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Search>
        <VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags />
        <VeltCommentsSidebarWireframe.Filter.Priority.Search.HiddenCount />
        <VeltCommentsSidebarWireframe.Filter.Priority.Search.Input />
        <VeltCommentsSidebarWireframe.Filter.Priority.Search.DropdownIcon />
      </VeltCommentsSidebarWireframe.Filter.Priority.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
      </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Priority Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=481c7810f3d4b3476d306ad335f8610b" alt="Tags component within the priority filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Priority Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags>
        <VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags.Item />
      </VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
      </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Priority Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Priority%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=6c7b6a746bdf8b8955765925ecd6317d" alt="Item component within the priority filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Priority Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags.Item>
        <VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags.Item.Close />
      </VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
      </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Priority Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Close (Panel Filter Priority Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Search.Tags.Item.Close />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Priority Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=11894fc1f71d2846f99b56ab3e72f4f8" alt="Hidden count component within the priority filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Priority Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Priority Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=18998e5220aab52ffdfb101ba6fc6eed" alt="Input component within the priority filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Priority Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Priority Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=ae7083df813dbb902dee05dec3cee850" alt="Dropdown icon component within the priority filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Priority Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Priority)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=ddd2558217e5ea85660cff15283f6e9e" alt="Item component within the priority filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Priority).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Item>
        <VeltCommentsSidebarWireframe.Filter.Priority.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Priority.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Priority.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Priority.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Priority Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=a011e085123af6843ec79bb2cb88c97b" alt="Checkbox component within the priority filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Priority Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Priority.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Priority.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Priority.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Priority Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Priority Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Priority Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=bc1bb48477c5f29448c89e057689deea" alt="Name component within the priority filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Priority Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Priority Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=0f5ca7daa26d91f41a1d0e5a8a1e87ac" alt="Count component within the priority filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Priority Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Priority.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Status (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Status%20(Panel%20Filter).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=e67d71f64a5eb594f71ebeb6a8f3c245" alt="Status filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Status (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status>
        <VeltCommentsSidebarWireframe.Filter.Status.Name />
        <VeltCommentsSidebarWireframe.Filter.Status.Search />
        <VeltCommentsSidebarWireframe.Filter.Status.Item />
      </VeltCommentsSidebarWireframe.Filter.Status>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-status-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-status-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Status)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=d5256eb8fc8ac3a412742009cb340e0b" alt="Name component within the status filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Status).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Status)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=499fd7663932306d7e3f6ea7ef47e392" alt="Search component within the status filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Status).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Search>
        <VeltCommentsSidebarWireframe.Filter.Status.Search.Tags />
        <VeltCommentsSidebarWireframe.Filter.Status.Search.HiddenCount />
        <VeltCommentsSidebarWireframe.Filter.Status.Search.Input />
        <VeltCommentsSidebarWireframe.Filter.Status.Search.DropdownIcon />
      </VeltCommentsSidebarWireframe.Filter.Status.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
      </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Status Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=d9d8a34291f9f0337025f9c26e61f734" alt="Tags component within the status filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Status Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Search.Tags>
        <VeltCommentsSidebarWireframe.Filter.Status.Search.Tags.Item />
      </VeltCommentsSidebarWireframe.Filter.Status.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
      </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Status Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=f96e835550e7ca458e7a78f405291295" alt="Item component within the status filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Status Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Search.Tags.Item>
        <VeltCommentsSidebarWireframe.Filter.Status.Search.Tags.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Status.Search.Tags.Item.Close />
      </VeltCommentsSidebarWireframe.Filter.Status.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
      </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Status Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Search.Tags.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Close (Panel Filter Status Search Tags Item)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Search.Tags.Item.Close />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Status Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=e1a6721e1be24c44f6e7f5c0146b725e" alt="Hidden count component within the status filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Status Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Status Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=39b34ebfca7212d6def37a0a1a557a2c" alt="Input component within the status filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Status Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Status Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=364882249694925afe16aedc44140b0b" alt="Dropdown icon component within the status filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Status Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Status)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=68d38574221f7f2d92b4623d0076ca4e" alt="Item component within the status filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Status).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Item>
        <VeltCommentsSidebarWireframe.Filter.Status.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Status.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Status.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Status.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Status Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=19c84b93b6e2831603f9a01d67f404af" alt="Checkbox component within the status filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Status Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Status.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Status.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Status.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Status Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Status Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Status Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=1d84bbe3dd4ff530af7825cde7e67109" alt="Name component within the status filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Status Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Status Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=a8e292990b62d3b18e7a5cbbdf206c7d" alt="Count component within the status filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Status Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Status.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### CommentType (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/CommentType%20(Panel%20Filter).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=27456f5d18437d41920a04ca7ad1c3be" alt="CommentType filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/CommentType (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.CommentType>
        <VeltCommentsSidebarWireframe.Filter.CommentType.Name />
        <VeltCommentsSidebarWireframe.Filter.CommentType.Item />
      </VeltCommentsSidebarWireframe.Filter.CommentType>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-comment-type-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-comment-type-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter CommentType)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=2780e214cd5ebba608af1a9a62ec37ce" alt="Name component within the commentType filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter CommentType).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.CommentType.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter CommentType)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=f70538c122317dba410ca0f089862c8d" alt="Item component within the commentType filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter CommentType).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.CommentType.Item>
        <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.CommentType.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter CommentType Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=4e22ab8b3e1e3718dff4287e1da09451" alt="Checkbox component within the commentType filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter CommentType Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.CommentType.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter CommentType Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter CommentType Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter CommentType Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=373b24cfe087082f0f438fc98dbdcb68" alt="Name component within the commentType filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter CommentType Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter CommentType Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=569b0ce58bf5e3a320b238b8e851fa66" alt="Count component within the commentType filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter CommentType Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.CommentType.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Versions (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Versions%20(Panel%20Filter).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=fb96e6011b7072a6622eb005c2d6e654" alt="Versions filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Versions (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions>
        <VeltCommentsSidebarWireframe.Filter.Versions.Name />
        <VeltCommentsSidebarWireframe.Filter.Versions.Search />
        <VeltCommentsSidebarWireframe.Filter.Versions.Item />
      </VeltCommentsSidebarWireframe.Filter.Versions>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-versions-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-search-wireframe></velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-versions-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Versions)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9c5ed44a5d899dcddaa677973a6501c2" alt="Name component within the versions filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Versions).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Search (Panel Filter Versions)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=9c99eeb5f6cb847e3dd99cf70805b382" alt="Search component within the versions filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Versions).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Search>
        <VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags />
        <VeltCommentsSidebarWireframe.Filter.Versions.Search.HiddenCount />
        <VeltCommentsSidebarWireframe.Filter.Versions.Search.Input />
        <VeltCommentsSidebarWireframe.Filter.Versions.Search.DropdownIcon />
      </VeltCommentsSidebarWireframe.Filter.Versions.Search>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-wireframe>
        <velt-comments-sidebar-filter-search-tags-wireframe></velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
        <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
        <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
      </velt-comments-sidebar-filter-search-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Tags (Panel Filter Versions Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=bffde5413608abc15695346b55ea5aab" alt="Tags component within the versions filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Versions Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags>
        <VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags.Item />
      </VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-wireframe></velt-comments-sidebar-filter-search-tags-item-wireframe>
      </velt-comments-sidebar-filter-search-tags-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Versions Search Tags)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions%20Search%20Tags).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=5a7eebc9c61b7a2960ceabbd77ef4c2f" alt="Item component within the versions filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Versions Search Tags).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags.Item>
        <VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags.Item.Close />
      </VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
        <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
      </velt-comments-sidebar-filter-search-tags-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

###### **Name (Panel Filter Versions Search Tags Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=8f49537ae0d8cf04c30fbc5d8d63b564" alt="Name component within the versions filter search tags item" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Versions Search Tags Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-name-wireframe></velt-comments-sidebar-filter-search-tags-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

###### **Close (Panel Filter Versions Search Tags Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Close%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=f04105bdd3d0ee0ed0f7f73744a65261" alt="Close component within the versions filter search tags item" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Close (Panel Filter Versions Search Tags Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Search.Tags.Item.Close />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-tags-item-close-wireframe></velt-comments-sidebar-filter-search-tags-item-close-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **HiddenCount (Panel Filter Versions Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=ee4afd57e440c53d359d0d4b105d48af" alt="Hidden count component within the versions filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Versions Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Search.HiddenCount />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-hidden-count-wireframe></velt-comments-sidebar-filter-search-hidden-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Input (Panel Filter Versions Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9b77b0a361cf4e7d917b45e20c87d8d9" alt="Input component within the versions filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Versions Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Search.Input />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-input-wireframe></velt-comments-sidebar-filter-search-input-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **DropdownIcon (Panel Filter Versions Search)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=186fb2a0d75a380c60a4594227dc2170" alt="Dropdown icon component within the versions filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Versions Search).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Search.DropdownIcon />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-search-dropdown-icon-wireframe></velt-comments-sidebar-filter-search-dropdown-icon-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter Versions)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=e9598362a41b0d7940679672b21fb780" alt="Item component within the versions filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Versions).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Item>
        <VeltCommentsSidebarWireframe.Filter.Versions.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Versions.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Versions.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Versions.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter Versions Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=4303c142f623d6f3bd9f3eb215d21155" alt="Checkbox component within the versions filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Versions Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Versions.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Versions.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Versions.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter Versions Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter Versions Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter Versions Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=9fa92e23919b2ad25deaab5e22f20655" alt="Name component within the versions filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Versions Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter Versions Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=c6e5feec7a915240d4b7ccbd2c00349e" alt="Count component within the versions filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Versions Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Versions.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### GroupBy (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/GroupBy%20(Panel%20Filter).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=7d7989710ebfe700f8d341f655bc78d2" alt="GroupBy filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/GroupBy (Panel Filter).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.GroupBy>
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Name />
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Item />
      </VeltCommentsSidebarWireframe.Filter.GroupBy>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-group-by-wireframe>
        <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
        <velt-comments-sidebar-filter-item-wireframe></velt-comments-sidebar-filter-item-wireframe>
      </velt-comments-sidebar-filter-group-by-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter GroupBy)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=6a1f0a3ea1e974bf939c0b8c03f417da" alt="Name component within the groupBy filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter GroupBy).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.GroupBy.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-name-wireframe></velt-comments-sidebar-filter-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Item (Panel Filter GroupBy)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=ec6bf3d4296ca09cf5d47559c10fe457" alt="Item component within the groupBy filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter GroupBy).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.GroupBy.Item>
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.GroupBy.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checkbox (Panel Filter GroupBy Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=074bde59bb852e88bb5e3cabc138ec7c" alt="Checkbox component within the groupBy filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter GroupBy Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Filter GroupBy Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Filter GroupBy Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel Filter GroupBy Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=ba9a1bb75b8ffa7096b329bab1b93086" alt="Name component within the groupBy filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter GroupBy Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel Filter GroupBy Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=eb84ea818b0cd317a34d048d1c8cdd4b" alt="Count component within the groupBy filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter GroupBy Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.GroupBy.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### ResetButton (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Reset.png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=adada1b16f65c8e0af32ad613b6c25a7" alt="Reset button component in the comments sidebar panel filter" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/Reset.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.ResetButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-reset-button-wireframe></velt-comments-sidebar-filter-reset-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### DoneButton (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Done.png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=99b72f2e464cb56304389cf781e1ba4f" alt="Done button component in the comments sidebar panel filter" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/Done.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.DoneButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-done-button-wireframe></velt-comments-sidebar-filter-done-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

<Note>
  If you want to change the filters globally across all filters in the sidebar, customize the shared filter option item (shown below) once and reuse it. Use `VeltCommentsSidebarWireframe.Filter.Item` (and its `Checkbox`, `Name`, and `Count` subcomponents) to apply changes across all filters.
</Note>

### Item (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=3318d636c53173fa511b1ad62bcca6ba" alt="Item component in the comments sidebar panel" width="2240" height="440" data-path="images/customization/comments/comments-sidebar/Item (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item>
        <VeltCommentsSidebarWireframe.Filter.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Checkbox (Panel Item)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=77c82d39260b49055f7b30635ae0bfbf" alt="Checkbox component in the comments sidebar panel item" width="2240" height="440" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Name (Panel Item)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Name%20(Panel%20Item).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=bd5dda4ee3be7c7c3c8e8036ae80a481" alt="Name component in the comments sidebar panel item" width="2240" height="440" data-path="images/customization/comments/comments-sidebar/Name (Panel Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Count (Panel Item)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=322bdb7cfc6c62a49ff18cacbf63a982" alt="Count component in the comments sidebar panel item" width="2240" height="440" data-path="images/customization/comments/comments-sidebar/Count (Panel Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### List (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/List%20(Panel).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=03702be2d04423589d6ca7701043a5c9" alt="List component in the comments sidebar panel" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/List (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List>
        <VeltCommentsSidebarWireframe.List.Item />
      </VeltCommentsSidebarWireframe.List>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-wireframe>
        <velt-comments-sidebar-list-item-wireframe></velt-comments-sidebar-list-item-wireframe>
      </velt-comments-sidebar-list-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Item (Panel List)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Item%20(Panel%20List).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=6097c8fcdb90b3f368a0ecbd913ad3b5" alt="Item component in the comments sidebar panel list" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Item (Panel List).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item>
        <VeltCommentsSidebarWireframe.List.Item.Group />
        <VeltCommentsSidebarWireframe.List.Item.Annotation />
      </VeltCommentsSidebarWireframe.List.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-wireframe>
        <velt-comments-sidebar-list-item-group-wireframe></velt-comments-sidebar-list-item-group-wireframe>
        <velt-comments-sidebar-list-item-annotation-wireframe></velt-comments-sidebar-list-item-annotation-wireframe>
      </velt-comments-sidebar-list-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Group (Panel List Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/Group%20(Panel%20List%20Item).png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=67174fcf076b9a7b73e2e1c2f57d32fc" alt="Group component in the comments sidebar panel list item" width="2240" height="570" data-path="images/customization/comments/comments-sidebar/Group (Panel List Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Group>
        <VeltCommentsSidebarWireframe.List.Item.Group.Name />
        <VeltCommentsSidebarWireframe.List.Item.Group.Count />
        <VeltCommentsSidebarWireframe.List.Item.Group.Arrow />
      </VeltCommentsSidebarWireframe.List.Item.Group>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-group-wireframe>
        <velt-comments-sidebar-list-item-group-name-wireframe></velt-comments-sidebar-list-item-group-name-wireframe>
        <velt-comments-sidebar-list-item-group-count-wireframe></velt-comments-sidebar-list-item-group-count-wireframe>
        <velt-comments-sidebar-list-item-group-arrow-wireframe></velt-comments-sidebar-list-item-group-arrow-wireframe>
      </velt-comments-sidebar-list-item-group-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel List Item Group)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/Name%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=4b1feb9d8f214c075a496a1926849508" alt="Name component in the comments sidebar panel list item group" width="2240" height="570" data-path="images/customization/comments/comments-sidebar/Name (Panel List Item Group).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Group.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-group-name-wireframe></velt-comments-sidebar-list-item-group-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel List Item Group)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Count%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=99c8e7a383e7b09bb0b4f8e440af4cfe" alt="Count component in the comments sidebar panel list item group" width="2240" height="570" data-path="images/customization/comments/comments-sidebar/Count (Panel List Item Group).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Group.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-group-count-wireframe></velt-comments-sidebar-list-item-group-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Arrow (Panel List Item Group)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Arrow%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=3d3dfaa037025eac4d35f40bc50531e0" alt="Arrow component in the comments sidebar panel list item group" width="2240" height="570" data-path="images/customization/comments/comments-sidebar/Arrow (Panel List Item Group).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Group.Arrow />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-group-arrow-wireframe></velt-comments-sidebar-list-item-group-arrow-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Annotation (Panel List Item)**

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/Annotation%20(Panel%20List%20Item).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=a4087d67d033f3100f5682a18a5492f3" alt="Annotation component in the comments sidebar panel list item" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Annotation (Panel List Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Annotation>
        <VeltCommentDialogWireframe />
      </VeltCommentsSidebarWireframe.List.Item.Annotation>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-annotation-wireframe>
        <velt-comment-dialog-wireframe></velt-comment-dialog-wireframe>
      </velt-comments-sidebar-list-item-annotation-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### EmptyPlaceholder (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/EmptyPlaceholder%20(Panel).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=a517e9e68a6162450363e9ab513a60b1" alt="Empty placeholder component in the comments sidebar panel" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/EmptyPlaceholder (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.EmptyPlaceholder />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-empty-placeholder-wireframe></velt-comments-sidebar-empty-placeholder-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### PageModeComposer (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/vHdpvC1890cm-3bX/images/customization/comments/comments-sidebar/PageModeComposer%20(Panel).png?fit=max&auto=format&n=vHdpvC1890cm-3bX&q=85&s=5b01e6b7dfb8e7313678a46cb634e608" width="2240" height="622" data-path="images/customization/comments/comments-sidebar/PageModeComposer (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.PageModeComposer>
        <VeltCommentDialogWireframe.Composer />
      </VeltCommentsSidebarWireframe.PageModeComposer>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-page-mode-composer-wireframe>
        <velt-comment-dialog-composer-wireframe></velt-comment-dialog-composer-wireframe>
      </velt-comments-sidebar-page-mode-composer-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

## FocusedThread

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/nOE4yd5dUNjWOH3A/images/customization/comments/comments-sidebar/FocusedThread.png?fit=max&auto=format&n=nOE4yd5dUNjWOH3A&q=85&s=a4235f6f9564fe7c9209bf14e2694029" width="2240" height="888" data-path="images/customization/comments/comments-sidebar/FocusedThread.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.FocusedThread>
        <VeltCommentsSidebarWireframe.FocusedThread.BackButton />
        <VeltCommentsSidebarWireframe.FocusedThread.DialogContainer />
      </VeltCommentsSidebarWireframe.FocusedThread>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-focused-thread-wireframe>
        <velt-comments-sidebar-focused-thread-back-button-wireframe></velt-comments-sidebar-focused-thread-back-button-wireframe>
        <velt-comments-sidebar-focused-thread-dialog-container-wireframe></velt-comments-sidebar-focused-thread-dialog-container-wireframe>
      </velt-comments-sidebar-focused-thread-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### BackButton (FocusedThread)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/BackButton%20(FocusedThread).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=4353c8fbe7e481bc263356bb99501fef" width="2240" height="568" data-path="images/customization/comments/comments-sidebar/BackButton (FocusedThread).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.FocusedThread.BackButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-focused-thread-back-button-wireframe></velt-comments-sidebar-focused-thread-back-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### DialogContainer (FocusedThread)

<Frame>
  <img src="https://mintcdn.com/velt-raghul-agent-docs/M3HkOFrkFmgstAmP/images/customization/comments/comments-sidebar/DialogContainer%20(FocusedThread).png?fit=max&auto=format&n=M3HkOFrkFmgstAmP&q=85&s=013c53126c815a20863774f73931f268" width="2240" height="632" data-path="images/customization/comments/comments-sidebar/DialogContainer (FocusedThread).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.FocusedThread.DialogContainer>
        <VeltCommentDialogWireframe />
      </VeltCommentsSidebarWireframe.FocusedThread.DialogContainer>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-focused-thread-dialog-container-wireframe>
        <velt-comment-dialog-wireframe></velt-comment-dialog-wireframe>
      </velt-comments-sidebar-focused-thread-dialog-container-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

## Styling

### Disable ShadowDOM

* By default, ShadowDOM is used to ensure that your app's CSS does not interfere with the styling of the SDK components.
* Disable the shadow dom to apply your custom CSS to the component.

`Default: true`

<Tabs>
  <Tab title="React / Next.js">
    ##### **Example**

    ```jsx theme={null}
    <VeltCommentsSidebar shadowDom={false} />
    ```

    ##### **API methods**

    ```jsx theme={null}
    const commentElement = client.getCommentElement();
    commentElement.enableSidebarShadowDOM();
    commentElement.disableSidebarShadowDOM();
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ##### **Example**

    ```jsx theme={null}
    <velt-comments-sidebar shadow-dom="false"></velt-comments-sidebar>
    ```

    ##### **API methods**

    ```jsx theme={null}
    const commentElement = Velt.getCommentElement();
    commentElement.enableSidebarShadowDOM();
    commentElement.disableSidebarShadowDOM();
    ```
  </Tab>
</Tabs>

### Dark Mode

<img src="https://mintcdn.com/velt-raghul-agent-docs/HT2mcwE2rvGImCMx/images/customization/velt-comment-sidebar-1.png?fit=max&auto=format&n=HT2mcwE2rvGImCMx&q=85&s=5f805ee39e4d97da0d0c39f55f05f189" alt="" width="1024" height="576" data-path="images/customization/velt-comment-sidebar-1.png" />

<img src="https://mintcdn.com/velt-raghul-agent-docs/y9o1o-EyHSaQqZoQ/images/sidebar-breakdown-dark.png?fit=max&auto=format&n=y9o1o-EyHSaQqZoQ&q=85&s=9ccb654d3c320281496f73c882552fcf" alt="" width="1024" height="1249" data-path="images/sidebar-breakdown-dark.png" />

By default, all components are in Light Mode, but there are several properties and methods to enable Dark Mode.

`Default: false`

To enable Dark Mode for comments sidebar:

<Tabs>
  <Tab title="React / Next.js">
    ##### **Example**

    ```js theme={null}
    <VeltCommentsSidebar darkMode={true} />
    ```

    ##### **API methods**

    ```jsx theme={null}
    const commentElement = client.getCommentElement();
    commentElement.enableDarkMode();
    commentElement.disableDarkMode();
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ##### **Example**

    ```js theme={null}
    <velt-comments-sidebar dark-mode="true"></velt-comments-sidebar>
    ```

    ##### **API methods**

    ```jsx theme={null}
    const commentElement = Velt.getCommentElement();
    commentElement.enableDarkMode();
    commentElement.disableDarkMode();
    ```
  </Tab>
</Tabs>

## Variants

Here are the variants that you can use in Comments Sidebar:

* `variant`: This is the variant for the entire Comments Sidebar.
* `dialogVariant`: This is the variant for the Comment Dialog that appears in the Comments Sidebar.
* `pageModeComposerVariant`: This is the variant for the Comment Composer that appears in the Comments Sidebar in page mode.
* `focusedThreadDialogVariant`: This is the variant for the Comment Dialog that appears when a focused thread mode is enabled.

<Tabs>
  <Tab title="React / Next.js">
    ```jsx React / Next.js theme={null}
    <VeltCommentsSidebar
      variant="sidebar1"
      dialogVariant="dialogInSidebar"
      pageModeComposerVariant="pageModeDialogInSidebar"
      focusedThreadDialogVariant="focusedThreadDialogInSidebar"
    />
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```jsx Other Frameworks theme={null}
    <velt-comments-sidebar
      variant="sidebar1"
      dialog-variant="dialogInSidebar"
      page-mode-composer-variant="pageModeDialogInSidebar"
      focused-thread-dialog-variant="focusedThreadDialogInSidebar"
    ></velt-comments-sidebar>
    ```
  </Tab>
</Tabs>
