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

# 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Overview.png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=9db6c416884cacb58d74305b400b6579" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Skeleton.png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=9b676d858d70a67a7ba896ef2949c759" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Panel.png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=186ff28f22cc5cd6522a88a1fdac6b6c" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Header%20(Panel).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=db3e6b5b744c62b9b89f9302a81dd62f" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/CloseButton%20(Panel%20Header).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=a73bc9783d9d411238c48fd48c97a03d" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Header).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=6d6c5da01503e33ca6b7f6ab9a1fdffa" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/ResetFilterButton%20(Panel%20Header).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=09dfd7d18a5aef7abbef3019a3e330fa" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Status%20(Panel%20Header).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=f02b442cf225e879cb6f6c2b8effbd9f" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20Status).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=f5742c543445467aec3bf0e91633d128" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=1f548a55df00fbb16115386d99efec65" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Arrow%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=154c23f63c0ed2705211863a64ff4727" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Indicator%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=ccced60e8a116a537f3a1d109f1b12e0" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20Status).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=0cb3cd87c21714c3bc44996878402b1c" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Header%20Status%20Content).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=b4439dfd9c6b0d45379043686f4aa850" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Icon%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=73a8690b95c7610f74cf396d0443bcb0" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=e415832daefc73c344b695f12d6e571d" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=17939f0f5988098ee0333f47e0796b19" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=01c9d642c22d2f8f6d04a69b0ca5ac7b" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/LocationFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=9a15235d630a2597553ebe481a219106" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=aa9f632101db09cde3f3f7d662670a98" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=57ec5cc0dc42002602aef98b3cfc2690" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/MinimalFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=047e540408960fa67fc02665b75b4612" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=9b2b5a2b6263f8cb5070720d78125eee" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=a0523da287ce8f5b090f2ecf50c3f0c5" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/SortDate%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=420457d41aff7fca504fbea884c6b688" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/SortUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=7fbccf0c6ea70e01eb5efe76d5fd69db" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/FilterAll%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=86c78bfbfa88f57c673bbfe5b499b9eb" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/FilterUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=8ff0f20cc41a573da6994d7999e4c095" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/FilterRead%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=0d7c7233a4087f06e7be9738316898aa" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/FilterResolved%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=a9572e7e7897ac75e6c1a0b8dd9ff1c3" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/MinimalActionsDropdown%20(Panel%20Header).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=4bbfe07ac59dfdf3900a1331abc4321b" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=8855c055b01eccc945be0cb63dd1fc96" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=c2b70f2b21834e7aa31cab72a48b3506" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/MarkAllRead%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=20e92e811e805baf8fb0752ea6bd20a3" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/MarkAllResolved%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=4e56d1553cd50acd2b904012690941ab" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DocumentFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=809f141987a8acc4f0716c3db01aa38d" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=efab2252b4a7eac8a984033d172a56f0" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=073f204496c83cf12dbb12942e69ab5e" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/FilterButton%20(Panel%20Header).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=77ec7644dedcf9b5c18a143b7d67a58b" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Filter%20(Panel).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=a984d7f9e594c015210b73b596c75dae" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Location%20(Panel%20Filter).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=703fd989a193400e11990010efe4a47a" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=e0d4a615718c0158b78ca300c35c88c2" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=625c4d4d53412c73e2e63e2169ddfba3" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=4efe5c33fdd181122a32d1374e0a5b7f" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Location%20Search%20Tags).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=2fff59efc9ecbf4b6edd57357bf4bd78" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=a1f8e12abab5b577cb968567841226cc" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=180ce4943ca63459bf01b166c6a53b9d" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=ed2aa4c7496d98a6cea182b58f2f3c5d" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=8b0ff56188f405fc829f5cd777338a06" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=483a341fff0e6301d7dccc84bb753cf1" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=7d8b783869536f03909046a8437ba43a" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=a52dcffbd70d0808523170a3049bc36e" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=3e5659ceee5977be233ec6f40357bddd" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Document%20(Panel%20Filter).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=1c1ddf56073d66fee7622851e630d1a9" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=afecec83f1e67ac9e1f1f3b09b27026d" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=99161d718c51e25a8c1f4a63fcbbdb1f" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=f255ab0dbf8d3279a6e3461c38fdb84c" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Document%20Search%20Tags).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=becac7df887852b8ebc9c21f8358504b" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=149a75da28f71bbc8ab8b5b9bc1fb16c" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Document%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=78e2e36f1038c44249b06685d4b84271" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Documents%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=a05162f509b32c0055d4af18ecd9945a" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=b693d7bd09e5af3d3f942c29d33df050" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=ce8f561275eb103f2d5595feb1547b9d" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=f850bf13b928170d8c8a3586bdb55459" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=5037ea38d42ab08cb0cf5ddb92631bd8" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=351c14cc142df11dd1c061bf2eaa6fd9" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Involved%20(Panel%20Filter).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=3248b5744938b6b24282912dcae08cd6" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=7358cfc3c2fbe45e935f5b5f72511cfd" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=172c7a1ad4bae1062a2f77022006ab0e" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=8a6b42983e3994799e315bd6637827d1" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Involved%20Search%20Tags).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=be562e0bf04e1e648fa5cfe6b3edd956" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=399d97a3fed04d42bc78956347cab509" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=a724792bf3ceba297b714e32259f56c2" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=4218c37fc4e3e5b87007f8613fb84fa3" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=6546fc66f7c80856b43943ca3064b899" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=cff35fe623f78c43f36a8ab0a809cd67" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=3eaa6893da24609f0161b2313b53053b" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=28cbb93198aedb51498b352ab9eb6e1b" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/People%20(Panel%20Filter).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=7dbdfe518bf3ff702cff34773cdfa3b1" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=8c483eb1b5017983f5c42b67767e3eed" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20People).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=f96f4c6bc7f4a20307dadb3fb2940951" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=bfdafa03dddf28571bcd93abfdf89317" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20People%20Search%20Tags).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=026d2395114ee746334285430e352662" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=04dd78b76345b887500378b14b8ebf37" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=f5fbb825b7e0b61a3438fd5889f4356e" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=1faf1d9c73824931ff99afa1b9cf0775" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20People).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=5559dac0b1a621acfa533a5aae26c108" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=dd4ee2ab5d96832c5bed2857da69d2ba" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=090445fb30ca939f92e612b6da6efe4a" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=c3f39abb61e996cc2f5588e02e18d204" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tagged%20(Panel%20Filter).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=088f682057cb96509e10dbfefc792074" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=4139a629ec4a27258da3c4df47ea02a8" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=1ce09c9e9500b3c4504afc92d86d5a12" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=07a11bdec1934f4ebacc49910b21745a" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged%20Search%20Tags).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=3b3c0404088a731477bac850144b5ef5" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=6b92596c933a60ab95479245b3821a2b" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=2249ade872d00c2a669cb8d76cbb6ba4" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Tagged%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=1e2a9b70f38197d7860913dfea85c8e1" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=b82fb677fead60cbebf2310fc665355c" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=bc2de848f63ae59e3bdc9ad4e2b2c74d" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=2a10643b51e68349c3536ab651c70e21" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Tagged%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=80e84e6b44908989c3f14820fa21c85a" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Assigned%20(Panel%20Filter).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=4210cb6be6b5a2475c94e6926d996dee" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=5697150821b15d8d015190d544b082c1" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=3229f1fea696e053d2552add1fc69cfd" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=a9002caedde28075f20916121d4639ee" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Assigned%20Search%20Tags).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=4f8173d05ac7a8ec1f49e4061e233516" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=1893760d38d7c5405cc0b297287a7393" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=ae74b47c862cdffc8d936cc0ff5ce694" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Assigned%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=978f936ab03bd3940855fa53cad9dd24" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=b6577d4e26c49f7a62a10db7295c3572" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=990503f936ff4557e0edb7a85e03599d" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=34a038e3e947e090c98546329807dd26" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Assigned%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=fa79f9efef1d9fbed51f2efa83cfcb47" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Custom%20(Panel%20Filter).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=c99a72cccd5a711f893508097097241d" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=1cc8cbe9c4b7b674f61811a312eeea99" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=6d71b735efd58d768e00f51e455cd481" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=76afbde23a9fbb41d4b1ce8a397c4f29" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom%20Search%20Tags).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=22f2088b518f286a96423767fa2530e2" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=67aff00ff32d7fac20c0838003c8a9ca" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=b8b3eca41ac99ecb4e17974538ee7125" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=039b6b34c85cdb359e8a5a868539d0a0" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=62bc32d11f9e66a47eb2aa8e05c4ce2d" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=2dc8edb07b5dceb56c8e7ba6938ef5f6" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=e04ff9dd6e682ad5f23898fedb422a60" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=d168005d21a3a07463ba5fb1dc60e828" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Category%20(Panel%20Filter).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=e5fae11b8ac77989dab84a9126487bab" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=0839b8b9893ee5114344c0a5508754ac" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=855bc62b9b8782854d67f51579f953af" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=7455777cd6cda39d7a01c656081d6e07" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category%20Search%20Tags).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=c653c55ff201a195ae05cb8557d6e991" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=2bae3f847988b27cae26c387477d5a3e" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=3623d2d2e9a190de4c903d4b54070458" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=3300fb09679c56390ed3c1a02a78f435" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=812305e4b8393b2169bc85a97e39f7a9" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=160fea5571f27672951ff1ce18aea092" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=72b7f8c3429cff9870186c8169097aa8" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Category%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=70268fba63177d7a231745cd386550c1" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Priority%20(Panel%20Filter).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=bc64376428dc01b4ef0ba5d46c2fb374" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=765e976ea48ebb761e63e15b8c0fd0b0" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=92d407a2fe89d30ccb63c0141b3d8b61" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=f52c7eb1175409d4026f1854dc9da27f" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Priority%20Search%20Tags).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=99aec6a3fb090bc39cc26df9608338c5" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=fc6de9230029bf2862788c5892f4b8aa" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=7edb2efd059e4f2cf8668542f2dabfd1" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Priority%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=34c9e2626f668d3da75c2a2f793d4b9e" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Priority).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=0a1bef7f556a452c347b5de24a06ca35" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=ddc48450c984af53994bd28d1db66979" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=e6d7b52dedd612d04327b2ba5d8db7d5" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Priority%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=dc64cd4a074a628c7daa4152eded50a3" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Status%20(Panel%20Filter).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=12d0858c41e2cdd4c3fdcfc6c51b395b" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=4ac66ad5deb5e3beedb1e7b49175f3ef" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=c4335b5b32ebefedd4ad23cb0c0fb5b6" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=b65a408a5f0b6f3687c831f664fc8a73" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status%20Search%20Tags).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=c4283efaac9f18b74805b805163ccda4" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=b9e3a7f2e305b722b1a172e3f7c234ca" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=e64e73c559d79e1a1891b61cc1df637a" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Status%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=ccf51d2ae1e13049ea89b3995a6134a7" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=b8f1108ca067f848d5ddd0ed0b617e7e" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=9717bff8bb2731e1d49e534ff4525570" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=3ccefc5a9a8ebaec10821926bdb7124e" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=755e814b601437f5bf9921f4a0d847cf" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/CommentType%20(Panel%20Filter).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=03ee23f984d6a057ce8d1c9f28d5eef5" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=8eaf85344e99033792d372aa725dcd3f" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=f0dc69870d1e9a3f12d4ac484e63c66c" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=c534fb3be9566c35f028deef9c98b6fb" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=dc1fbdd8726df0820d55bb84b5cc1beb" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=bade607f00abceac73961f7a988402a1" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Versions%20(Panel%20Filter).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=242ff1ac949c9f64e27be536c1323894" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=d037151b9eade7abd48250cbe353dd7d" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=fd4315befa87e495872a7258fba9534f" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=137db5175eda49bb21a2800c038edcb6" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions%20Search%20Tags).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=9d02cb8198d736f8e35b07a0ed1fe2db" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=5262caaf88ca10120c2a103a3864a749" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Close%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=8a3a25183d34bf48132bc34f22c5d970" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=9fb3f68a288ce584681f21d92affe398" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=e49e509a594be030fb3febaf92571be9" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=8e2284b052611773ea17b81112b71c18" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=6c1608a96e2522427d9f5d0c9ef2869b" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=4f6a783c958122e10d7a7f0ad82d4149" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=b58389bf1e3c7b57be099eee58fc804e" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=e1ebcb54701aaaddf6931ba174741e3b" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/GroupBy%20(Panel%20Filter).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=e93deb29f73d6ad88390a3d8c60caadf" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=a575a791f82cf5245e92f1b68b8c2a6c" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=b2be4ec2ca256f43c242b7e53b66cc67" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=3524b212835be8ce72370676fc341093" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=97ed345c0b7dad6f573a2eb2395999c8" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=ac770364b5fcb530b27cf203bd3dabb8" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Reset.png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=fb00ec9bc8def45e76466d691ca63c93" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Done.png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=0cf147208af92fd544fd681612bf77a1" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=dfc1b52fed4de6ef2b0c65aef0688559" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=7d735aad67db6d42fabf75f5ab67078c" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Name%20(Panel%20Item).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=a4d37f6b7c24d3b32b59ba2b5af77f18" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20Item).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=ffdb69dbc043aab9b953d7386e3b60b7" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/List%20(Panel).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=a7257009fb00bf58d28f9ad32fd535a7" 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/ckAd7FZhkD4GmI2n/images/customization/comments/comments-sidebar/Item%20(Panel%20List).png?fit=max&auto=format&n=ckAd7FZhkD4GmI2n&q=85&s=2b26e092d30d0c9e0f9444e57f168af4" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/Group%20(Panel%20List%20Item).png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=46528fe12bd922bdf3af9e15ea2da05a" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/Name%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=aef381c91e37854cb1a8a4cf8635df41" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/Count%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=ae95cb7d6059e2fc5b0eb2557f17fb7d" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Arrow%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=dac98869839cb734d790fcee23f42a0a" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/Annotation%20(Panel%20List%20Item).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=8910667b0fda0ea7401c6ba81df8a738" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/EmptyPlaceholder%20(Panel).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=ace64d03c00c39c40dd69585e2351fda" 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/hZjtW5JqIiNSoXDj/images/customization/comments/comments-sidebar/PageModeComposer%20(Panel).png?fit=max&auto=format&n=hZjtW5JqIiNSoXDj&q=85&s=9866be6830012e06365557e8567bc4e0" 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/FgT_QMqpkqqqRgNl/images/customization/comments/comments-sidebar/FocusedThread.png?fit=max&auto=format&n=FgT_QMqpkqqqRgNl&q=85&s=6ecba45c23a0c8542dca3f9c55a121ec" 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/Qt-6RgpPL1jVldHd/images/customization/comments/comments-sidebar/BackButton%20(FocusedThread).png?fit=max&auto=format&n=Qt-6RgpPL1jVldHd&q=85&s=8286c2d57f8121866af4451993b888d9" 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/YaYDyijABZndOwPS/images/customization/comments/comments-sidebar/DialogContainer%20(FocusedThread).png?fit=max&auto=format&n=YaYDyijABZndOwPS&q=85&s=75097158c63dd2a5a9f317b14318d397" 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/kAkMSIYF4ZlrlwLm/images/customization/velt-comment-sidebar-1.png?fit=max&auto=format&n=kAkMSIYF4ZlrlwLm&q=85&s=43f80cb1c89134ea4fecfa96f159f95d" alt="" width="1024" height="576" data-path="images/customization/velt-comment-sidebar-1.png" />

<img src="https://mintcdn.com/velt/vGgIoGfoceFP8dEI/images/sidebar-breakdown-dark.png?fit=max&auto=format&n=vGgIoGfoceFP8dEI&q=85&s=13cf7f921fb0ef315baf95f28c44abf5" 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>
