> ## Documentation Index
> Fetch the complete documentation index at: https://velt-v6-0-0-beta-4.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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Overview.png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=78467ba804ac4cc0a4eead50bfbb1352" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Skeleton.png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=3169debea56704b6255112dfc9626d00" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Panel.png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=826bfb3c3d50852b71f3ff69f6c10c04" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Header%20(Panel).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=305750aec9ca63a37231f8a9114d4810" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/CloseButton%20(Panel%20Header).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=32c769c437086b1cf7a673344aec1891" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Header).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=c281504250d8674a1fd065a4883b49ae" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/ResetFilterButton%20(Panel%20Header).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=f3f25daa859a403e98792a1e69827230" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Status%20(Panel%20Header).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=1fa46f892a35ad2724f579bfc8ff67d6" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20Status).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=a600c5a22ba5d144c73fa7270a5ac405" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=872a997cf960fa1cdd2b0762fad9f89c" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Arrow%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=2a91adff0b26622fe89e6bd0ffb1bfc0" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Indicator%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=8b6603dde7bc90f0a66012a79552f18b" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20Status).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=bc50c04184dcf9c1b8326d40c865d035" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Header%20Status%20Content).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=aa46b3846f2fa1209e4325f1b3c6da19" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Icon%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=847810ffefaab655f0abffaa47c2d349" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=e838a73e6bff4c811f689f4a3bad7a52" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=9ecb5550d3984d60756425dc66aa374b" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=8965ba6ed74352e7829345fb4c7e2580" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/LocationFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=36263b3362fbad962dbc2eb98f4a8056" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=024c8cd825f1d89048ad5af0e6575748" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=aa3c4e966ab6ef3a9c3dfb931941d00e" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/MinimalFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=794436faa216b7aad56637388c64a252" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=ce6996a84fbcc8548594f1b1c749e61e" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=fb86c3b9dadc3aafe2f1d632d3be626b" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/SortDate%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=bd757b36556fdc2686015973120ceb98" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/SortUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=4a3778a406e01fc68cb82c456c29d3b2" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/FilterAll%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=28fc40d5da5f2f0dabde9044660a9526" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/FilterUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=7e193ffde9f3a47a310c7e2d6e0433a2" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/FilterRead%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=19998d2c679a71009fef1388b903c43e" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/FilterResolved%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=c480565c39244c12c7f10483a72fdd03" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/MinimalActionsDropdown%20(Panel%20Header).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=a5cbf5dee6d11d88011b62aea4f900b1" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=f0632e120b95e148988ef69eb81f93e4" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=764c457007efcfcab7d54c607037e839" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/MarkAllRead%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=0c909b909f7a744309e5444db153181c" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/MarkAllResolved%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=4b12cb70bb323fb6ab7084241f053369" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DocumentFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=0d00fc32be0605651853bdfd859bf832" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=86a2c2e78cfcdc99824c2abe6e1bdae1" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=faefd4f63c7f7c87d60e1a99f5343080" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/FilterButton%20(Panel%20Header).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=28d43b91b3d28fbe3d68a4873df6c972" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Filter%20(Panel).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=61219cb095e06cc492c9e75a9e777935" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Location%20(Panel%20Filter).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=be2c57c7337225bde23cd867d74b8790" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=8a1844d5c8d163a3e2eeb5a6dc9f2a73" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=8445481fc76aeeca653b5f4c18476cf1" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=cfd0b8e35caffc56a8a43de1b8d6cb84" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Location%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=3c27a4038553fbb44c08ce7c6ff25a85" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=2205d74036d87bd529d58e7192fb1773" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=7fd7f94cc41cfc7a77e6b240fd1d3b32" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=277869ccb0f2c05b0e6fec4a9a98968b" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=ef5d1a6b33a282156afd389bf426b73d" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=8a79e863763063bfb69b6a52962f0ee4" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=a4e8ddf8d2d1a6d03d34fc728e17c022" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=80313fcf6d859d71afc9ee2318b699d1" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=14a94ecc2325a74b25d5db174c62100a" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Document%20(Panel%20Filter).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=7a4f8052608db7a2e4de429dc0d6b491" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=c04ca8b100989b20cfb2608a7c99457c" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=f7b2eef799e50bfbd8fb8b82003d7966" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=940313026425ec6c3ae57593f1d8c590" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Document%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=1c7b8dd9329984e14056ce41a7dec8d3" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=0765f527697debd9d8b1ad3409d6d0e5" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=a679d77b87705c82328adc82efb17fe1" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Documents%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=7447a673cdff48385104522e51eaf5ed" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=e6a3e65647f9c473ae00c41818efa543" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=b883bc9202aba99f20908597a03050ae" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=2a4d53fa10c3a7888dc00528f12493cc" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=1f5347cca1c90ea2c43dcc525de3dfca" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=11ca2206b9d2e6a09567d43117d8a464" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Involved%20(Panel%20Filter).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=99d5b8f25f2f9212ae1dc38a8fc10b16" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=72f27b9071507def1e63c316d4fbaa83" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=afa0b8049405f584d4cec468f4cebb28" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=09bb0c1e85e3550d61c13dd26516a605" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Involved%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=392aeb209dd64e33315c393d2417193c" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=636fcb95281b1c061ddb77ea8f37a6ef" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=40c1b924a19ef54e7596d8245bfb4d7e" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=2053f54f5a0efad79ec2f7bd1410ea51" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=acea8c42be31aefa3d0686968b4410ca" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=be8035bb1eeaeac6c10dd3c992cb92d5" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=a36fc49422639ce2bb3abae5d47bc02c" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=dc3c70fcb7b31fb6b4ea1b8679a1aec2" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/People%20(Panel%20Filter).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=d7bd698aaeb88706573ec9f4576eba0a" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=8499b73198c6590aaa154d6d985fd4e5" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20People).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=5045d57e86d525bd23cec8a73f1975da" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=03446f6f60880b9313551ee4e301e24c" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20People%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=5e0c6589b8c033ea66a1dad63b84b93e" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=b869eec9115f4ea2145a1ddd926cf4cd" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=617f74e71ac8db162291b380e531835f" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=06dc451f2fc5cf41a9d4b76146241d9e" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20People).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=58e27ee4b66e961e87fc79e52982a9d3" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=ff09e585e0234a975c44be7a8bff0dd9" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=7c20aeeb3802a67e88c3f2a318204728" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=847432504b3b7bc02fb86339adade1d1" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tagged%20(Panel%20Filter).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=de636dc16d3cccc230dfa1fb62462d5d" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=65f2ee2cf1d8aa618e0844c0cd54e51d" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=a35dcf35349c7af6a62803a416b1a94c" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=c3c1f7c81b0c1362d7ac49e8764260da" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=65b68358993156ed63a9e2761a67a18c" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=bf9808e1291dbde3825ffb7bb5a2e175" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=5761973614dabeaa89f86495b6205782" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=6cafa939c144a576c8e2e92ece53a765" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=00939044cfd280b014f2b93e31a76482" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=17769aa7dbfdc83934243a0c953f83f2" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=a54a874327ec02a09fba756b99cd60f0" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=f02ee2afb0f9316aed27585495e84e4f" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Assigned%20(Panel%20Filter).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=acf4c02e4282fa9ded1ebea67f644890" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=2f313d178ae90099ef33afb43ff0f3d5" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=b380385e5f8a219dd422b87d4fe2aaef" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=63102ef712fb1f6843e0205ce046984a" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Assigned%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=724fc9fae3d2a34d3000a4d50aca3b4d" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=9abd0e7376724f6d01de4a71234ce052" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=c3e9eb9b0ba87ecf3a9ffc31e083d8de" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=e4db9bf068537f33cd0c3508e4d8d35e" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=8880060ef170dd3ad31102dd6aab96ec" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=b3c0236f7d3602ad1c0819b79518a9d4" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=22f394768954a9907b16f83556706860" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=fbd60b158d57395ad3fef3842eaf47e4" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Custom%20(Panel%20Filter).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=d09aabe3e7ccb7bae7b8638efdec5996" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=50c45fe9725c3cbe77c8eeccbd3819ae" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=01f3e1663a5e70c5968000497712fe81" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=9534bb6758d4f02a9481ca6fdc3aceca" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=ef2ff882e6fb91a5bfa3b2059936afe8" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=71b67723ef3c1dfca04a6f42857534d6" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=fec8a8a78f6118c391ca7591ef85273e" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=63449989ba6441f59f652836de0ff1e7" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=84ba73bb38d79de589b43c860148b517" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=d458c9337a06c412fb18333bf7119879" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=4aef49ebb8e7cbef0beb128aae8d881f" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=70443398bef63b65e6a32eafaded58f0" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Category%20(Panel%20Filter).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=6e8ee379d7e03574ee42489274833097" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=f8ef6fce84e2d5cd9466bd5da2f54dc8" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=214c9411e49913fe5d9d38c36224e889" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=8829496f2b779c4028b5f1dde22752d6" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=4cb62bb76d8ef436f422e5349f29df44" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=ec5f10277625a67700f8f8ac75489956" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=a65140221210d0a07827a1e8b5d8654e" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=269811a74e7f8566d7210cd156f4bcd0" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=1dedea4d29769c34b3aa9072c50354ff" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=a31171180e25ed19bbf6ed19c57183b0" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=d984207d6351831df76c4bea4700a35e" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=52acf3428234ab6f3958334cf70b0fa2" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Priority%20(Panel%20Filter).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=d82a67d125e36fbf1d10d5f432e0ada1" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=efdc11bbdd94fb998c4383f7f29dcf58" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=6ac126b7a250392457d9199256aebad6" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=212239d08182a5194636c710066efad5" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Priority%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=e4ec507e7d17baf7c2f53f7a33040473" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=694311b3fb3e2287ee60f28935d4cdc1" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=b7e3022d13d6aa789b07fd2213daa115" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=2d8ae88d3abb592d87646e56b4900cd8" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=4ea193d41daabcc10019a4d542228aa4" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=aa6f4e6e22ea4aa93791d3eb7625eb98" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=4df4149805c77d92e32bed10ab75edc5" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=44eb0ed524944f71e04cabd52763049c" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Status%20(Panel%20Filter).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=81e51528d15251210bc149279bd815d9" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=a8685dd3b539ce0a6589c6f7ad1e9adf" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=b4b55562c1c319eadbf9a777a842a2f5" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=e70b45d759d5c84da6f29a20f76883c5" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=080205c24340653b22095e00a07340e4" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=43bffa65ecf5a5b4c1e29986410bd7a5" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=16b1179763141b17e2a17a75d971c469" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=b31a30d40143162171f70ef886dcd2e5" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=f62871a62e46753a27ae3a6df06cc3f0" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=ef8ed4fc7d874ce15da3665218a6586a" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=63bcf8d54f833cc602ff285f162d9be6" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=161b3d3221cb751ffe499d516ee21d3f" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/CommentType%20(Panel%20Filter).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=c20c1272b446930b75fb7ea3b4674e65" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=8a07acd4d51bd6f3472db3df068a3cd6" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=dbea4699f2a8c8f013ad358ebb8a5d41" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=eb8c8047fa8fbd7add7d53e3509b9666" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=7b19c046193288003a591f0afe5a1cb1" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=86dbc2e75c6cc9b2cca0641607ddbfd8" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Versions%20(Panel%20Filter).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=2627cee852162db7b1d21cf5bf6508ab" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=6f383ab01a23c0150df1bba13ad30092" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=43de20603bf4d17e18e44f1c2ab9bace" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=8971ea66844e0f5b6140da30b7f232d3" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions%20Search%20Tags).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=d1154da8c6ba1529d5afb2fd41570198" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=d0faf724222410fc2bbd3eef1ccfb26c" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Close%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=9b986f32efe44d4a9443c76b64f724eb" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=e52e1d745161853d1668acd50ee7db3e" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=5f7e1dfcb526a08dfbf1ed1ab110948f" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=182ddad53240c9ecbfba1f5e4a53c04f" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=21e3ae0e68a5169434eb36065984bf27" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=cb8116ed69394054cb24ca6f25ed7337" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=97cc22b31f8315b07b6bdf5e65891e49" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=7f9764094e607c57e843cb7cebc08c82" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/GroupBy%20(Panel%20Filter).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=e4bacf89b50b59c1df5c8986bf913cdc" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=58bcfd03e67d4dc2d6b8b9b437da747d" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=8e6cb965569873aabac01272e993ae84" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=b1951f769205c8ad28a8b5008e4e7374" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=3a50d8860ef4d5926e04adbfef553b78" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=917eb69080f7bbf694aa2658f2fb8585" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Reset.png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=22f113c4383d26ef8757ffce6fe202da" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Done.png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=805d0d1525b0fa829e83e5d75d9b33fc" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=c328d43b4e1ec5e5df514fd6f9c8c427" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=b60ba3a5d9e7ae94e64e8b711d9416a2" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Name%20(Panel%20Item).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=4db8d40a9e587b7d3e3f4a7ee2892445" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=c064650147625b74a3f24658fa965049" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/List%20(Panel).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=e76a85d090c9e54be0b14d0a3973541c" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Item%20(Panel%20List).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=3e18db20b4aef6164750abef1528a58e" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/Group%20(Panel%20List%20Item).png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=c0e110955f9924f1b35d235df0eea22d" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/Name%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=615d80fa7f004e416ba5729c063dc3ac" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Count%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=b00d354a1ba3162594d7e71029c0f522" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Arrow%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=37acf3c49156fca9267e6cc29678638e" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/Annotation%20(Panel%20List%20Item).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=cd543bdf07d7585d6da60044412f5764" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/EmptyPlaceholder%20(Panel).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=b3d1f26ded7b5244f7d37e1cc204c0c0" 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-v6-0-0-beta-4/haAIsXBqy6YWGU86/images/customization/comments/comments-sidebar/PageModeComposer%20(Panel).png?fit=max&auto=format&n=haAIsXBqy6YWGU86&q=85&s=44e5dc44da520a981e2bc8696db57bff" 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-v6-0-0-beta-4/XR3Ww0fAMLnYHOer/images/customization/comments/comments-sidebar/FocusedThread.png?fit=max&auto=format&n=XR3Ww0fAMLnYHOer&q=85&s=75628fa62211fd5a16b58c0903e8455c" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/BackButton%20(FocusedThread).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=4af831d2e7c97f148a20e3139c250fcd" 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-v6-0-0-beta-4/zyfQEvbfYyo09isn/images/customization/comments/comments-sidebar/DialogContainer%20(FocusedThread).png?fit=max&auto=format&n=zyfQEvbfYyo09isn&q=85&s=e6617ac2f018220921fbb3b69be4a474" 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-v6-0-0-beta-4/iUC5heEVbTL7rDVz/images/customization/velt-comment-sidebar-1.png?fit=max&auto=format&n=iUC5heEVbTL7rDVz&q=85&s=94e8f924986b32160b50fb4fcc022b28" alt="" width="1024" height="576" data-path="images/customization/velt-comment-sidebar-1.png" />

<img src="https://mintcdn.com/velt-v6-0-0-beta-4/B-1MwDxkVU2lxvp4/images/sidebar-breakdown-dark.png?fit=max&auto=format&n=B-1MwDxkVU2lxvp4&q=85&s=4b29aa8030550cc3b4c893e5abbc4fff" 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>
