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

# Comment Sidebar v1 Wireframes

> Comment Sidebar Component.

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

## Overview

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Overview.png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=49302b1c37c4e2f119944aab1eaa2b57" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Overview.png" />
</Frame>

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

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

## Skeleton

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Skeleton.png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=37c3fd7c966817c72f8211cbce66c3f6" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Skeleton.png" />
</Frame>

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

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

## Panel

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Panel.png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=a536bb21e37d20fa780292f098072272" width="2400" height="2804" data-path="images/customization/comments/comments-sidebar/Panel.png" />
</Frame>

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

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

### Header (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Header%20(Panel).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=27d4e7a6a3fbfe9286ed19e36dfb3bda" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Header (Panel).png" />
</Frame>

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

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

#### FullscreenButton (Panel Header)

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

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

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

#### CloseButton (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/CloseButton%20(Panel%20Header).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=f67447743e1415da21274f981f676208" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/CloseButton (Panel Header).png" />
</Frame>

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

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

#### Search (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Search%20(Panel%20Header).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=52dd97f57fb6a49b00a840fde142d33e" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Search (Panel Header).png" />
</Frame>

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

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

#### ResetFilterButton (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/ResetFilterButton%20(Panel%20Header).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=811adf8ad5805f20f45cea10a9518200" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/ResetFilterButton (Panel Header).png" />
</Frame>

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

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

#### Status (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Status%20(Panel%20Header).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=24687560587f12492f25e96d35445be6" width="2240" height="826" data-path="images/customization/comments/comments-sidebar/Status (Panel Header).png" />
</Frame>

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=5e6fa21440e9fb2a843ea85d5f4a069f" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Name (Panel Header Status Trigger).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Arrow%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=b84f61ab062ea2bab65133f81e4386c5" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Arrow (Panel Header Status Trigger).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Indicator%20(Panel%20Header%20Status%20Trigger).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=fc281833312727c1a5187b0882ab64d5" width="2240" height="430" data-path="images/customization/comments/comments-sidebar/Indicator (Panel Header Status Trigger).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20Status).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=ea61b573527bebe80f8d6173ca970192" width="2240" height="826" data-path="images/customization/comments/comments-sidebar/Content (Panel Header Status).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20Header%20Status%20Content).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=e003c406be5eb89851001c4b7efe6f64" width="2240" height="826" data-path="images/customization/comments/comments-sidebar/Item (Panel Header Status Content).png" />
</Frame>

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Name%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=0d202e03110e5c3211903a3b31f959eb" width="2240" height="470" data-path="images/customization/comments/comments-sidebar/Name (Panel Header Status Content Item).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=517aeefaacef3cf3adb5ddb5d8c70258" width="2240" height="470" data-path="images/customization/comments/comments-sidebar/Count (Panel Header Status Content Item).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Header%20Status%20Content%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=cdf74367818dd3dcd88c22794c81f3f1" width="2240" height="470" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Header Status Content Item).png" />
</Frame>

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

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

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

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

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

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

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

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

#### LocationFilterDropdown (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/LocationFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=46d75f1f38bf1f722be6438aa68ed87b" width="2240" height="702" data-path="images/customization/comments/comments-sidebar/LocationFilterDropdown (Panel Header).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=55c2cfa01cfec4e07b49eebfafbcd11c" width="2240" height="322" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header LocationFilterDropdown).png" />
</Frame>

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20LocationFilterDropdown).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=1d29bd7dfabdb5acc2d8dfb702eeb900" width="2240" height="590" data-path="images/customization/comments/comments-sidebar/Content (Panel Header LocationFilterDropdown).png" />
</Frame>

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

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

#### MinimalFilterDropdown (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/MinimalFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=2faeaca2925a66dc607a3444f76bfc3f" width="2240" height="1074" data-path="images/customization/comments/comments-sidebar/MinimalFilterDropdown (Panel Header).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=678ea52a821955d504aaaccae539fea7" width="2240" height="322" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header MinimalFilterDropdown).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalFilterDropdown).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=2e626c994cd719bcfc92a32500c7eab7" width="2240" height="952" data-path="images/customization/comments/comments-sidebar/Content (Panel Header MinimalFilterDropdown).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/SortDate%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=41567d5eab743e28169e20b09994f85f" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/SortDate (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/SortUnread%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=f7aeb9b8e7e37d9811ae6b00f000e98f" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/SortUnread (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/FilterRead%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=9b2a9def88a7a2efaf9aac2513a4ff96" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/FilterRead (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/FilterResolved%20(Panel%20Header%20MinimalFilterDropdown%20Content).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=bcab1a8b05080541268ed8d2f8cdb4ed" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/FilterResolved (Panel Header MinimalFilterDropdown Content).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#### MinimalActionsDropdown (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/MinimalActionsDropdown%20(Panel%20Header).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=41ae3c52917c6094221fe55a246282e0" width="2240" height="606" data-path="images/customization/comments/comments-sidebar/MinimalActionsDropdown (Panel Header).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=5d6bc379b9470aa219814b73cef5acdc" width="2240" height="322" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header MinimalActionsDropdown).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20MinimalActionsDropdown).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=e858b687aa003add535230fd70566efa" width="2240" height="466" data-path="images/customization/comments/comments-sidebar/Content (Panel Header MinimalActionsDropdown).png" />
</Frame>

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/MarkAllResolved%20(Panel%20Header%20MinimalActionsDropdown%20Content).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=899b804f82ad0cd4449bc2189b9e1047" width="2240" height="466" data-path="images/customization/comments/comments-sidebar/MarkAllResolved (Panel Header MinimalActionsDropdown Content).png" />
</Frame>

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

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

#### DocumentFilterDropdown (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/DocumentFilterDropdown%20(Panel%20Header).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=bc656defe3903199ec96b8f49ce78ef3" width="2240" height="968" data-path="images/customization/comments/comments-sidebar/DocumentFilterDropdown (Panel Header).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Trigger%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=573cdc355039f42c9980569496e4ef5a" width="2240" height="456" data-path="images/customization/comments/comments-sidebar/Trigger (Panel Header DocumentFilterDropdown).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Content%20(Panel%20Header%20DocumentFilterDropdown).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=3b954cc7a9c24b04bfbb1dfd1d9a6824" width="2240" height="754" data-path="images/customization/comments/comments-sidebar/Content (Panel Header DocumentFilterDropdown).png" />
</Frame>

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

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

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

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

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

#### FilterButton (Panel Header)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/FilterButton%20(Panel%20Header).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=f48af635e20c7e5e69e4a12851a0744b" width="2240" height="458" data-path="images/customization/comments/comments-sidebar/FilterButton (Panel Header).png" />
</Frame>

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

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

### Filter (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Filter%20(Panel).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=fe19ba4a011798d44a2e6ba5b6dd51bc" width="2240" height="1380" data-path="images/customization/comments/comments-sidebar/Filter (Panel).png" />
</Frame>

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

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

#### Title (Panel Filter)

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

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

#### CloseButton (Panel Filter)

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

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

#### Location (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Location%20(Panel%20Filter).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=7fad3e470452da5aefe5cc0cff8076bd" alt="Location filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Location (Panel Filter).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Location%20Search).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=53f9cba98436995761a35af7b2ae9547" alt="Dropdown icon component within the location filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Location Search).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Location%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=3eb15345bf8161a55ece711798aa6868" alt="Count component within the location filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Location Item).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Location).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=7464ce674e635e64efa42542e1659108" alt="View all component within the location filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/ViewAll (Panel Filter Location).png" />
</Frame>

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

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

#### Document (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Document%20(Panel%20Filter).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=af1aadf304f1816ddc40b772916a0a1e" alt="Document filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Document (Panel Filter).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=6dae46ee75063cc79cbce9ebb9c8d615" alt="Checkbox component within the document filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Document Item).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Document%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=0f8263fea341cac3c4b2fbd8b57642c2" alt="Count component within the document filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Document Item).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/ViewAll%20(Panel%20Filter%20Document).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=63f0dae0ce97c520e54db55a6d3fd531" alt="View all component within the document filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/ViewAll (Panel Filter Document).png" />
</Frame>

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

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

#### Involved (Panel Filter)

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=72ba8928a1c23ac685ef2de804b29d04" alt="Name component within the involved filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Involved).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Involved).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=71ad029c3e99cd0142536df588e6a324" alt="Search component within the involved filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Involved).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Involved%20Search).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=704c59a6ad1b7e65dbe985f25ee87426" alt="Tags component within the involved filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Involved Search).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Involved%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=8912d941841f0b7035dd374aa7b37d64" alt="Checkbox component within the involved filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Involved Item).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#### People (Panel Filter)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=767946f9cd5d95f29b5df550dcb05407" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter People Search).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20People%20Search).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=6cb7f7796bfbb38a1f05e71bfe4040b0" alt="People filter component in the comments sidebar panel filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter People Search).png" />
</Frame>

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=dee081bab2d318551e051e3ac2da027d" alt="People filter component in the comments sidebar panel filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter People Item).png" />
</Frame>

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20People%20Item).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=5c9d3d6f52d4e131d8fc8a5014662314" alt="People filter component in the comments sidebar panel filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter People Item).png" />
</Frame>

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

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

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

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

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

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

#### Tagged (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Tagged%20(Panel%20Filter).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=08d7e4c3c02cf8a2a57840063ba1e73f" alt="Tagged filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Tagged (Panel Filter).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=87a1f927cd8ca2e88e1013c105c4894e" alt="Name component within the tagged filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Tagged).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Tagged).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=19b1c171951d2193bae5da4da4f18c54" alt="Item component within the tagged filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Tagged).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#### Assigned (Panel Filter)

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Assigned).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=5389bf57a9c0b363584208ee461deec3" alt="Search component within the assigned filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Assigned).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#### Custom (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Custom%20(Panel%20Filter).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=51d3f20f50bf0d803d520cf2300f8132" alt="Custom filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Custom (Panel Filter).png" />
</Frame>

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=d61314cffaeafea1f2588f42e5ebc621" alt="Search component within the custom filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Custom).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Custom%20Search).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=189e48faa8f4f35c831d8c1998b99b8f" alt="Dropdown icon component within the custom filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Custom Search).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Custom).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=929c234b99cd550435d2cde1764e2748" alt="Item component within the custom filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Custom).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Custom%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=486116b7dab9c8d325930a334668165b" alt="Count component within the custom filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Custom Item).png" />
</Frame>

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

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

#### Category (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Category%20(Panel%20Filter).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=5ad529bb7b8268112896cf1fcd677e76" alt="Category filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Category (Panel Filter).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=1820c8a920fed5b137374b5443cc7033" alt="Name component within the category filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Category).png" />
</Frame>

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Category%20Search).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=7de5a91533f6fe227db5040044586858" alt="Tags component within the category filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Category Search).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Category).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=3c99fd95ca99be28cdbeecfc4931ba4b" alt="Item component within the category filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Category).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#### Priority (Panel Filter)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#### Status (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Status%20(Panel%20Filter).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=0ca743f93a3f3b2ec27104a620c3bab0" alt="Status filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Status (Panel Filter).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Status).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=86436d1e364f6cc97020234a08f12086" alt="Item component within the status filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Status).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Status%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=4c1b8d3d70255c9ec275c5113216fe62" alt="Checkbox component within the status filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Status Item).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#### CommentType (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/CommentType%20(Panel%20Filter).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=b1329a574361cadbc0c83f809455b035" alt="CommentType filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/CommentType (Panel Filter).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20CommentType).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=653248ffb9c3ebed9486a3aaf720d31a" alt="Name component within the commentType filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter CommentType).png" />
</Frame>

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=96b33b411b57a3083a3b1bdac06be2e6" alt="Checkbox component within the commentType filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter CommentType Item).png" />
</Frame>

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

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

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

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

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20CommentType%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=534aa34af9a02daec8ea400e188194b1" alt="Count component within the commentType filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter CommentType Item).png" />
</Frame>

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

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

#### Versions (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Versions%20(Panel%20Filter).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=26996fd797b42a6f9f25830117c587fd" alt="Versions filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/Versions (Panel Filter).png" />
</Frame>

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

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

##### **Name (Panel Filter Versions)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=46cbc8eb2489bf5b5518ec135fca6473" alt="Name component within the versions filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Versions).png" />
</Frame>

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

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

##### **Search (Panel Filter Versions)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Search%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=9d7a91fb3b8af07b47e22b749e25e7f2" alt="Search component within the versions filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Search (Panel Filter Versions).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Tags%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=acaec6b8d93580522bf561d57db973b1" alt="Tags component within the versions filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Tags (Panel Filter Versions Search).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions%20Search%20Tags).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=33fb66c189194db743229e8fb0ab5bfa" alt="Item component within the versions filter search tags" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Versions Search Tags).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=71eaf20744967eee163c23016318b97a" alt="Name component within the versions filter search tags item" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Versions Search Tags Item).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Close%20(Panel%20Filter%20Versions%20Search%20Tags%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=7a30a3f9e409e568c1fa723f4bbe6695" alt="Close component within the versions filter search tags item" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Close (Panel Filter Versions Search Tags Item).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/HiddenCount%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=371061e4b893ae8f9d6b2e73bedb388e" alt="Hidden count component within the versions filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/HiddenCount (Panel Filter Versions Search).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Input%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=539c92c35feea629023244fc58c5eab5" alt="Input component within the versions filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Input (Panel Filter Versions Search).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/DropdownIcon%20(Panel%20Filter%20Versions%20Search).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=c43318e8529daa148ae0a29a58af088a" alt="Dropdown icon component within the versions filter search" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/DropdownIcon (Panel Filter Versions Search).png" />
</Frame>

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

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

##### **Item (Panel Filter Versions)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20Versions).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=da9d8d8be1c45962d6f398226a11a71c" alt="Item component within the versions filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter Versions).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=5cf74c8e361ea90f2d32d29630663e89" alt="Checkbox component within the versions filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter Versions Item).png" />
</Frame>

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=9e6f738e42cdfbe8056caf0d088346ad" alt="Name component within the versions filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter Versions Item).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20Versions%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=9d71216d40114aada7278dcdd9dce22a" alt="Count component within the versions filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter Versions Item).png" />
</Frame>

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

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

#### GroupBy (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/GroupBy%20(Panel%20Filter).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=fc256e5622a6172852b8c8a38601d38e" alt="GroupBy filter component in the comments sidebar panel filter" width="2240" height="828" data-path="images/customization/comments/comments-sidebar/GroupBy (Panel Filter).png" />
</Frame>

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

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

##### **Name (Panel Filter GroupBy)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=1180e905e76fbeb56811a3e764ac0fcd" alt="Name component within the groupBy filter" width="2240" height="604" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter GroupBy).png" />
</Frame>

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

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

##### **Item (Panel Filter GroupBy)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20Filter%20GroupBy).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=0cc672354326a61e42800791538fd014" alt="Item component within the groupBy filter" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Item (Panel Filter GroupBy).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=2ee95dd15bb4013bc1a13f95ff32ecf3" alt="Checkbox component within the groupBy filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Filter GroupBy Item).png" />
</Frame>

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

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

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

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

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

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

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Name%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=9866358ee7075a138c1c4c253da3e79e" alt="Name component within the groupBy filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Name (Panel Filter GroupBy Item).png" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20Filter%20GroupBy%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=85ad41ca6c02272bee7570be12de8401" alt="Count component within the groupBy filter item" width="2240" height="680" data-path="images/customization/comments/comments-sidebar/Count (Panel Filter GroupBy Item).png" />
</Frame>

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

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

#### ResetButton (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Reset.png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=6cb6c148b62064d78e9be8d78aecf1ed" alt="Reset button component in the comments sidebar panel filter" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/Reset.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.ResetButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-reset-button-wireframe></velt-comments-sidebar-filter-reset-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### DoneButton (Panel Filter)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Done.png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=476c470b2a5c02757e7835a0fc2ca981" alt="Done button component in the comments sidebar panel filter" width="2240" height="640" data-path="images/customization/comments/comments-sidebar/Done.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.DoneButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-done-button-wireframe></velt-comments-sidebar-filter-done-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

<Note>
  If you want to change the filters globally across all filters in the sidebar, customize the shared filter option item (shown below) once and reuse it. Use `VeltCommentsSidebarWireframe.Filter.Item` (and its `Checkbox`, `Name`, and `Count` subcomponents) to apply changes across all filters.
</Note>

### Item (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=2864b0b2711cb37be568ed7eac9b7037" alt="Item component in the comments sidebar panel" width="2240" height="440" data-path="images/customization/comments/comments-sidebar/Item (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item>
        <VeltCommentsSidebarWireframe.Filter.Item.Checkbox />
        <VeltCommentsSidebarWireframe.Filter.Item.Name />
        <VeltCommentsSidebarWireframe.Filter.Item.Count />
      </VeltCommentsSidebarWireframe.Filter.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-wireframe></velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
        <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
      </velt-comments-sidebar-filter-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Checkbox (Panel Item)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Checkbox%20(Panel%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=5833bd9b1ad2259abca987d107ce8120" alt="Checkbox component in the comments sidebar panel item" width="2240" height="440" data-path="images/customization/comments/comments-sidebar/Checkbox (Panel Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Checkbox>
        <VeltCommentsSidebarWireframe.Filter.Item.Checkbox.Checked />
        <VeltCommentsSidebarWireframe.Filter.Item.Checkbox.Unchecked />
      </VeltCommentsSidebarWireframe.Filter.Item.Checkbox>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
        <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
      </velt-comments-sidebar-filter-item-checkbox-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Checked (Panel Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Checkbox.Checked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-checked-wireframe></velt-comments-sidebar-filter-item-checkbox-checked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Unchecked (Panel Item Checkbox)**

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Checkbox.Unchecked />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe></velt-comments-sidebar-filter-item-checkbox-unchecked-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Name (Panel Item)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Name%20(Panel%20Item).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=d5ee6f4b3892f5df3bd2501e16663b5e" alt="Name component in the comments sidebar panel item" width="2240" height="440" data-path="images/customization/comments/comments-sidebar/Name (Panel Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-name-wireframe></velt-comments-sidebar-filter-item-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Count (Panel Item)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=edbf06b921717f944180d3553c764ea5" alt="Count component in the comments sidebar panel item" width="2240" height="440" data-path="images/customization/comments/comments-sidebar/Count (Panel Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.Filter.Item.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-filter-item-count-wireframe></velt-comments-sidebar-filter-item-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### List (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/List%20(Panel).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=9aadf68f134e829e245510a96de0c08a" alt="List component in the comments sidebar panel" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/List (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List>
        <VeltCommentsSidebarWireframe.List.Item />
      </VeltCommentsSidebarWireframe.List>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-wireframe>
        <velt-comments-sidebar-list-item-wireframe></velt-comments-sidebar-list-item-wireframe>
      </velt-comments-sidebar-list-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

#### Item (Panel List)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Item%20(Panel%20List).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=e1e17be6cea1a9e6d003bdfff30d60a2" alt="Item component in the comments sidebar panel list" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Item (Panel List).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item>
        <VeltCommentsSidebarWireframe.List.Item.Group />
        <VeltCommentsSidebarWireframe.List.Item.Annotation />
      </VeltCommentsSidebarWireframe.List.Item>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-wireframe>
        <velt-comments-sidebar-list-item-group-wireframe></velt-comments-sidebar-list-item-group-wireframe>
        <velt-comments-sidebar-list-item-annotation-wireframe></velt-comments-sidebar-list-item-annotation-wireframe>
      </velt-comments-sidebar-list-item-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Group (Panel List Item)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/Group%20(Panel%20List%20Item).png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=6a7f6237378beb82bc50d2c738d4e618" alt="Group component in the comments sidebar panel list item" width="2240" height="570" data-path="images/customization/comments/comments-sidebar/Group (Panel List Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Group>
        <VeltCommentsSidebarWireframe.List.Item.Group.Name />
        <VeltCommentsSidebarWireframe.List.Item.Group.Count />
        <VeltCommentsSidebarWireframe.List.Item.Group.Arrow />
      </VeltCommentsSidebarWireframe.List.Item.Group>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-group-wireframe>
        <velt-comments-sidebar-list-item-group-name-wireframe></velt-comments-sidebar-list-item-group-name-wireframe>
        <velt-comments-sidebar-list-item-group-count-wireframe></velt-comments-sidebar-list-item-group-count-wireframe>
        <velt-comments-sidebar-list-item-group-arrow-wireframe></velt-comments-sidebar-list-item-group-arrow-wireframe>
      </velt-comments-sidebar-list-item-group-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Name (Panel List Item Group)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/Name%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=e88497d641bd062c038fd006342e251a" alt="Name component in the comments sidebar panel list item group" width="2240" height="570" data-path="images/customization/comments/comments-sidebar/Name (Panel List Item Group).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Group.Name />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-group-name-wireframe></velt-comments-sidebar-list-item-group-name-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Count (Panel List Item Group)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Count%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=627e1dafa7bfe694502c55a50b6241d7" alt="Count component in the comments sidebar panel list item group" width="2240" height="570" data-path="images/customization/comments/comments-sidebar/Count (Panel List Item Group).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Group.Count />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-group-count-wireframe></velt-comments-sidebar-list-item-group-count-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Arrow (Panel List Item Group)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Arrow%20(Panel%20List%20Item%20Group).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=81255d66e3760439b3a5b9e995e43f7f" alt="Arrow component in the comments sidebar panel list item group" width="2240" height="570" data-path="images/customization/comments/comments-sidebar/Arrow (Panel List Item Group).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Group.Arrow />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-group-arrow-wireframe></velt-comments-sidebar-list-item-group-arrow-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

##### **Annotation (Panel List Item)**

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/Annotation%20(Panel%20List%20Item).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=fe5e67492e6e2f9d62d3f9041108bb7c" alt="Annotation component in the comments sidebar panel list item" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/Annotation (Panel List Item).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.List.Item.Annotation>
        <VeltCommentDialogWireframe />
      </VeltCommentsSidebarWireframe.List.Item.Annotation>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-list-item-annotation-wireframe>
        <velt-comment-dialog-wireframe></velt-comment-dialog-wireframe>
      </velt-comments-sidebar-list-item-annotation-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### EmptyPlaceholder (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/EmptyPlaceholder%20(Panel).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=e92a3969c4bfd512af44ee8290559986" alt="Empty placeholder component in the comments sidebar panel" width="2240" height="1186" data-path="images/customization/comments/comments-sidebar/EmptyPlaceholder (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.EmptyPlaceholder />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-empty-placeholder-wireframe></velt-comments-sidebar-empty-placeholder-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### PageModeComposer (Panel)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/ZKTbk1IBGmS30_BD/images/customization/comments/comments-sidebar/PageModeComposer%20(Panel).png?fit=max&auto=format&n=ZKTbk1IBGmS30_BD&q=85&s=aae8e6dbcb9e8191beb325402a9fe680" width="2240" height="622" data-path="images/customization/comments/comments-sidebar/PageModeComposer (Panel).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.PageModeComposer>
        <VeltCommentDialogWireframe.Composer />
      </VeltCommentsSidebarWireframe.PageModeComposer>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-page-mode-composer-wireframe>
        <velt-comment-dialog-composer-wireframe></velt-comment-dialog-composer-wireframe>
      </velt-comments-sidebar-page-mode-composer-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

## FocusedThread

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/I1UJHpa4S09UnV-V/images/customization/comments/comments-sidebar/FocusedThread.png?fit=max&auto=format&n=I1UJHpa4S09UnV-V&q=85&s=0521be53ec68c77820dd75cf08ed6a32" width="2240" height="888" data-path="images/customization/comments/comments-sidebar/FocusedThread.png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.FocusedThread>
        <VeltCommentsSidebarWireframe.FocusedThread.BackButton />
        <VeltCommentsSidebarWireframe.FocusedThread.DialogContainer />
      </VeltCommentsSidebarWireframe.FocusedThread>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-focused-thread-wireframe>
        <velt-comments-sidebar-focused-thread-back-button-wireframe></velt-comments-sidebar-focused-thread-back-button-wireframe>
        <velt-comments-sidebar-focused-thread-dialog-container-wireframe></velt-comments-sidebar-focused-thread-dialog-container-wireframe>
      </velt-comments-sidebar-focused-thread-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### BackButton (FocusedThread)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/BackButton%20(FocusedThread).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=9f2b81c09ae8f4b5603d2ba77581784c" width="2240" height="568" data-path="images/customization/comments/comments-sidebar/BackButton (FocusedThread).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.FocusedThread.BackButton />
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-focused-thread-back-button-wireframe></velt-comments-sidebar-focused-thread-back-button-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

### DialogContainer (FocusedThread)

<Frame>
  <img src="https://mintcdn.com/velt-mintlify-91561e57/2ZkhYTRGE-LDWw0_/images/customization/comments/comments-sidebar/DialogContainer%20(FocusedThread).png?fit=max&auto=format&n=2ZkhYTRGE-LDWw0_&q=85&s=5dbaf7dbc688840c553070bc725f3bb4" width="2240" height="632" data-path="images/customization/comments/comments-sidebar/DialogContainer (FocusedThread).png" />
</Frame>

<Tabs>
  <Tab title="React / Next.js">
    ```jsx theme={null}
    <VeltWireframe>
      <VeltCommentsSidebarWireframe.FocusedThread.DialogContainer>
        <VeltCommentDialogWireframe />
      </VeltCommentsSidebarWireframe.FocusedThread.DialogContainer>
    </VeltWireframe>
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ```html theme={null}
    <velt-wireframe>
      <velt-comments-sidebar-focused-thread-dialog-container-wireframe>
        <velt-comment-dialog-wireframe></velt-comment-dialog-wireframe>
      </velt-comments-sidebar-focused-thread-dialog-container-wireframe>
    </velt-wireframe>
    ```
  </Tab>
</Tabs>

## Styling

### Disable ShadowDOM

* By default, ShadowDOM is used to ensure that your app's CSS does not interfere with the styling of the SDK components.
* Disable the shadow dom to apply your custom CSS to the component.

`Default: true`

<Tabs>
  <Tab title="React / Next.js">
    ##### **Example**

    ```jsx theme={null}
    <VeltCommentsSidebar shadowDom={false} />
    ```

    ##### **API methods**

    ```jsx theme={null}
    const commentElement = client.getCommentElement();
    commentElement.enableSidebarShadowDOM();
    commentElement.disableSidebarShadowDOM();
    ```
  </Tab>

  <Tab title="Other Frameworks">
    ##### **Example**

    ```jsx theme={null}
    <velt-comments-sidebar shadow-dom="false"></velt-comments-sidebar>
    ```

    ##### **API methods**

    ```jsx theme={null}
    const commentElement = Velt.getCommentElement();
    commentElement.enableSidebarShadowDOM();
    commentElement.disableSidebarShadowDOM();
    ```
  </Tab>
</Tabs>

### Dark Mode

<img src="https://mintcdn.com/velt-mintlify-91561e57/3l-aP2V9JaUDX1r1/images/customization/velt-comment-sidebar-1.png?fit=max&auto=format&n=3l-aP2V9JaUDX1r1&q=85&s=9a6e51f8316086d92afc52e16be7fadd" alt="" width="1024" height="576" data-path="images/customization/velt-comment-sidebar-1.png" />

<img src="https://mintcdn.com/velt-mintlify-91561e57/uklJMYjPNuQgc1Al/images/sidebar-breakdown-dark.png?fit=max&auto=format&n=uklJMYjPNuQgc1Al&q=85&s=0e0d6959a416d06fb119b5746bd93af3" 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>
