> ## Documentation Index
> Fetch the complete documentation index at: https://velt-mintlify-40d8baa1.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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Overview.png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=ffa7eb66a7c39c3326a40a0778560cfd" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Skeleton.png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=eb2b04166afa237d0cb953cc27082935" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Panel.png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=cc19103b703da322b9d07881f6b4d190" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Header%20(Panel).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=45cda5d62492125eca19d3ed1be8d132" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/CloseButton%20(Panel%20Header).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=d410cc32889fdd08211968237fcc8d56" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Header).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=44ea1041a2800feb7c22a33e4d43e115" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/ResetFilterButton%20(Panel%20Header).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=d7a894895cc250f1c62b5a761a750f69" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Status%20(Panel%20Header).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=01efce4f7c9b8438d0fad0952e77f084" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20Status).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=20b42e857d86587debec9bb1520ae80c" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=0bd08bab90e8ea4445689e43d11ebf8e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Arrow%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=14a669cbd4a19154541768001e2abc0b" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Indicator%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=f3a6b071ad1aa06c67799b207a777c7c" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20Status).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=19968fcead7f45bdf38204eb956cb462" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Header%20Status%20Content).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=52c1b71654453089deb9a66ba059ece0" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Icon%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=1f24f177036a95d6dd7c49f84b955cfa" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=629d74ae60d6315bc6af27612b6efdc3" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=759a134deea526b6a38c5071b0e5cbec" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=6d29ceb92c83767dfded6833f1b8713d" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/LocationFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=ac5b5cf0f258688b0f18d6a100216a2e" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=bebe92e0b0652f353d6ae07f2ff62bb0" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=a1572d5fc7ab4457ddaaeb1b560672fe" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/MinimalFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=8bc83a0529a28efcc3c4040b9c27abfd" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=e17cc683fd6a53fd3e11ae695289b0b2" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=b85e516901b8ee707865e6528ed200ae" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/SortDate%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=a9f4fa30cf9dab4929850fe91fb0663c" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/SortUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=65ed1be929eeaed862fed725b2b347cf" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/FilterAll%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=b8834eb9b54e3c9ba206a6ac1aef99c0" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/FilterUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=6a6662ebf32e2d0dc19d996af5f4a416" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/FilterRead%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=c440523582da35d8c2fbec6e88085da3" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/FilterResolved%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=cdc3e29be66167ac2a4aa765399e70e8" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/MinimalActionsDropdown%20(Panel%20Header).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=6d5edd40af65903d406884b2b1af1ee0" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=38b102f0cc25a8fec7fa66785d70d815" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=bc6c81a50feefb542a4cc262d510a67f" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/MarkAllRead%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=bd3089110493da6e7299c3b1961dabae" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/MarkAllResolved%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=cee9c21669a9b6c9a0933d33a6b7686b" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DocumentFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=b8f9eaf8b0663e02565c60fa747beefc" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=fb9d5d840f0cc65fbfeea180ca12a11a" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=1405915bf860de877153bb6728db5544" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/FilterButton%20(Panel%20Header).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=ab6e4f52d7b9d89a1cb5add2c81fd760" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Filter%20(Panel).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=b54947baf688da503ac2c00e82838abe" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Location%20(Panel%20Filter).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=c95ca86073f5028d42510c26634c5cb4" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=4a751ea076860002746dcb9bb346bb97" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=18058011c1d2d05f77cd18f3c311c761" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=4afcdd638361318768aef9a8b2f610d4" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Location%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=7dc39f893f46a809ec05b3e3212fd2b6" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=d51403201c87556c23f9b85bb005857a" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=56ba4c460a42ad045964fc13336b0e4e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=6d84b434da96fdec56a830457ff28a24" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=2e5c6bc1139911acae636f7b1c2aa495" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=377f5d7f9441e29f8553c05a158d1c97" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=5aa6e52330f2aee317197f4db345bc8d" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=6f048459e31f060c86bc71a1ad6cd5a1" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=c1bb2d7a182ee51b66bd003059bd1e71" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Document%20(Panel%20Filter).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=f47f9b18aff285dc328723e25a5137b5" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=247a70c663ba32881ff8e2053e822f13" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=43d83ba7b68a9eb0e040445efcb7661e" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=116aac24c7e004d565d8b7ee1cd94e19" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Document%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=59d5d0928f6b1f6190706562195a1d99" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=edf2bbe96a6a87aef9a765110fd2d80c" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=f6ff22b756c84556c1c7a193026ba976" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Documents%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=a268422de8be74aee7a1fef1c7535d7f" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=14946b6db1ac1ff4c050c929cb0e2bca" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=1043871042edf7f4813fe5bf80e760b6" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=a4a55947abfc8bb24acdf920f9ff12a5" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=9d4c7e37e42094ca19f08e462f0b94db" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=a412f93c11ba6a46d905b2a28e853ea9" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Involved%20(Panel%20Filter).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=b72343c82a673ffe11f0d4ae0dc63fb2" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=e14a71e81054c25130552f494f0319ae" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=6ba4652777e53f0398d24d9893319fca" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=d81cc2debc87e1664ea4d6b1f957c3d9" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Involved%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=545d6bab3fcc336a14857acda1c31681" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=b7f6e40b9e1fd98291fdd6f85318c325" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=e169d5dae5e208d52962609621c2004b" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=b58975721b0cce95350901a19ffccbb8" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=c39dc9c022958984bce60f756e774713" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=84e16d622a31405f6a4fe7bd828ed55b" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=62c7486e30244477d6ab92bd096eee6e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=40434e09c3593dbcf9721ffc5379ab19" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/People%20(Panel%20Filter).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=571468f436933a31e7e0447d019831ed" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=90ef57a4cbd290852e65f73b778e1773" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20People).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=10d53b5309ebc73fd61c0363b36f488c" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=dda92d2e7131fb4b9b1fef2fb02cc17a" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20People%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=a9913903896e932eb91eb6d3063555de" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=0c29456489febd6f84b0c948a7f10051" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=870782a46fe476fd6d3e6aed246427b7" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=579087888b2adda121f82977a7d12fa0" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20People).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=f2c36d1a5bdef758e91939e199fdd941" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=97feba5ea1b2c24c1fba1848bc8d21e7" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=db0884a33419213ca0a12ee96767512e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=ba3248ef16e9b81f47a8fe8bce717d87" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tagged%20(Panel%20Filter).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=b1d0027c81b814cad40e9c219d78ba8c" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=4ecb3016cfc00d89b086fe0f2cbb8790" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=c3fcf38644b6877624a17ddf920dff8c" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=da434236bbbe0e040326b03dc7e92140" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=72dd2489eb6358903212984465639a86" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=80dc14e0f10abe0ef7f241a086128b48" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=6d80e2c32dee2cc840b2928df7a3f35b" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=892e4619fa3475471332a7abf9c1feb7" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=13561f89f121477445d9e3102d7eefe5" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=c5732b841ed0fb033223c2966b5a947f" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=7ec608a83fbc7fd815812301b5f10cd3" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=dfe886404ba4cb094cca3e030404d6bf" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Assigned%20(Panel%20Filter).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=3be932a7784a975e82e608e338af95cd" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=4f18a6586de3d565ed43662823cf7ffe" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=686e613d7845aada33db846ab5b67c9c" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=692b1320b571a37443108c02f12d4cac" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Assigned%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=ef18641d3d2fc826ca92c07e4eccd22c" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=1f81d8ec6ec126d7f40ecf24067388fd" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=8ed093c237429e526f08041fb8b682fb" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=f54612f75b04e5733e08be0246c9f8a9" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=0564e986de0aadf66e499543a8f62e99" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=1684da55f5d9174f0cefccfb17b06305" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=c787bda334d8b2ebe14aef6d33f4145f" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=3b2fcc23eac9357dd57dbb9434a23df1" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Custom%20(Panel%20Filter).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=37ab584c27adbf8fd38be23b261a4f12" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=6941c07b9dfd10a5ada2da07ba97e978" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=4435d66c66f2a068bfa23e8a718ff81d" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=f1ed540a6f6a7b7a4a891629413ba535" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=60a0f8c8038e6878d3d76268846af001" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=82b52daa97e5ca1b700b663a40fec56b" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=c6083e19ce7a9d653b185fad6d1468e0" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=5530c7fcaef23298e57be19b46236521" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=fc7a7f0841fade54bd3be299848d432b" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=6a5771cf686ee267333eb2e091f16c0d" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=a8ff8e82685c07f16c7cf14234fdf173" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=d6f0f8e8ff5bffafa97c5f4d15fa281e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Category%20(Panel%20Filter).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=e7a053ebb7b94f1839c022bb1b5a3ad9" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=a80a4966413114e355dafa2cc7c94c7c" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=4c691a87c2621f0c1aa11e3f6332ff01" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=587857d8364999953496644e08327337" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=4f93d58b1e988f2f05df97779d72ac61" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=9884b927387188a2340a6b88e5909053" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=90d7b929129d3f0d426045ed52f2e618" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=94d6767bd92113beb2a937b4d848b1db" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=80bad691030d82a6fe0c907f9f6565e5" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=8a2e2d5ce0cc43f9a1028de4eba0f42a" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=1b89b1f2f0a04fc4406173938d624004" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=7f00bf0beba5db7c7bff4af61fb8eecf" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Priority%20(Panel%20Filter).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=6424ebfd11067146d1129f75f1ea650d" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=7fd8ace50c2ea27e21766a264d9f4032" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=2125a3484d7225ae3f2399ee63ccd7f2" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=8c1ebef5fad635a4625c960967133d1f" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Priority%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=ee86746e5ab95b0002620d70cf11a6de" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=0766b7064ff15e9c3fc7c2e906e8e3bc" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=ae21292ca62025dfb76236a0330e9943" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=30331700aa66fae8cb04c683c9927247" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=8e44f3d812c372ba380b060a0e2500f3" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=3a9a00a7535b0c37d637b2e97a9ac6a7" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=5172569e763fd21a456050ef12d4fc64" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=5a323354f342c5916d55fa09aea33c99" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Status%20(Panel%20Filter).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=539f040a92033d07f9ad685a3047432d" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=6d87540e12cf032a2cfe4e1aae395937" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=139f42c1c64dac94f7035cdd67880490" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=76b06b9a56aaac4336c355fe316fc348" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=75746931ac37040cad9ca4a15be6264e" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=5b2ea48e54ded66876f6362fa9e23186" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=cac66d8a470edb60e43324fed0934c8e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=de3a41250038a5de628c85d2107dc029" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=bfe7e7a28c19fc5289b65fb7d245d739" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=b9197019fd11411ff7c9788b1bafe769" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=6a394f00aeac39a38cc8bf01a9edcc8f" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=6110dcd99469f4196084da72cdc568b4" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/CommentType%20(Panel%20Filter).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=4cfb305158202436789aafdce83ad63d" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=54fcd7abe510ab950b5dd027f9ee00d6" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=f403ae76c43b32c3bcec889fde8998db" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=fce9eff7b2601ffc593b3e2efdba5a50" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=f6a2073ecfdbad14d3b2dd4ac60fe29c" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=6ca2c696682a7c7a294ca14770ac93f5" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Versions%20(Panel%20Filter).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=56fc0c2b194d4ade0dfac62daef4b8b3" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=89cb652982cee8b92e7b50b514630887" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=04b1c102cec31fb102e2cb43eba29517" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=a0477c1e38ef75a6e5c6c7c6f3c678b7" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions%20Search%20Tags).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=1eb11416f1e991e8402f3c55f14aa6b2" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=970846d53cf5298848fa115514a1e42e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Close%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=e221c3f8d9d509086c69c65f7688ccfd" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=5e22b95351c6f0491efe81a7f3dd8067" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=d6589245449aebb080aedec5ccdbbfb2" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=4cd698ade60c9bdc52bd9190b7a79506" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=3d62b64386b446fafb61063c2463f68c" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=37ab032ae63da5349612d4cb3610a85a" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=0e9a3f7aca27ca5328311ab137269e5b" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=8afebc85b393b34fd02e848a39f2ffeb" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/GroupBy%20(Panel%20Filter).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=c6d55ac1d40614827dd045fa5bfa1c97" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=b6a54c12aad3bb1d7021e9f70a2f5ca2" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=e36d2c3e190412458dc8e7eca644e7b4" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=896f28b6398cc50ad25a6f994129beac" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=94194347c7c39ecb463f5303fca489f0" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=ed739c1dcaa966bb6f00559d2b5e0fff" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Reset.png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=666651d0921deb5f47cf6bec4d5d497e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Done.png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=896d8f4b7eeaf5526dafe225cc214d0a" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=688f58bbc73fa3df32e130f4a3715df8" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=27819069d5ee97e2142e0af2f1a1a360" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Name%20(Panel%20Item).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=ae6e9ab54b4bbdaa934f47a12097f3ac" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=5e6bbf62b3e0bce3ab9a5f251f538784" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/List%20(Panel).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=ff3f2909d214cd60c66ecbf867cad37e" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Item%20(Panel%20List).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=a8fe3dfccc2804790c34937446e52539" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/Group%20(Panel%20List%20Item).png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=4891bb8ddefc74b18d64c831d67d7f7f" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/Name%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=5a2960c9f89cdb3cabc40f158d6b6678" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Count%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=bc9949237fc40ea3cfa1eff293790509" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Arrow%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=511822f8165e767691a863128d32166f" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/Annotation%20(Panel%20List%20Item).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=13766b1d37601c29103d881c53f5cd1e" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/EmptyPlaceholder%20(Panel).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=94099ced0775e9865cc27ec6643ec9ab" 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-mintlify-40d8baa1/8TNhG6EKumP9W1bY/images/customization/comments/comments-sidebar/PageModeComposer%20(Panel).png?fit=max&auto=format&n=8TNhG6EKumP9W1bY&q=85&s=f52890c9d70f6c8829579178280a48b4" 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-mintlify-40d8baa1/FzD9Wl8vlwBwr3pW/images/customization/comments/comments-sidebar/FocusedThread.png?fit=max&auto=format&n=FzD9Wl8vlwBwr3pW&q=85&s=77e9a7a5ad2a9e46815fffa8f59e8584" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/BackButton%20(FocusedThread).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=95a460c3e5ba4712ee38e29bbf853e2d" 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-mintlify-40d8baa1/XILfFVVwW2XYPtkf/images/customization/comments/comments-sidebar/DialogContainer%20(FocusedThread).png?fit=max&auto=format&n=XILfFVVwW2XYPtkf&q=85&s=6aa3d5129620b4d155b80b8d4a2edfc1" 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-mintlify-40d8baa1/Q0dQJbreqGRxgaF2/images/customization/velt-comment-sidebar-1.png?fit=max&auto=format&n=Q0dQJbreqGRxgaF2&q=85&s=88fb799bad4f286e953ef8288d938bbf" alt="" width="1024" height="576" data-path="images/customization/velt-comment-sidebar-1.png" />

<img src="https://mintcdn.com/velt-mintlify-40d8baa1/SGUS_2Pi4ceevh7_/images/sidebar-breakdown-dark.png?fit=max&auto=format&n=SGUS_2Pi4ceevh7_&q=85&s=905a3063ad133b2a8e5800a05a0caab1" 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>
