<VeltWireframe>
    <VeltCommentsSidebarWireframe.Header>
        <VeltCommentsSidebarWireframe.CloseButton /> {/* Not shown for embedded comments sidebar */}
        <VeltCommentsSidebarWireframe.Search placeholder="Search Comments" />
        <VeltCommentsSidebarWireframe.Status/>

        {/* Not included in the default component */}
        <VeltCommentsSidebarWireframe.LocationFilterDropdown/>

        {/* Not included in the default component */}
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown/>

        {/* Not included in the default component */}
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown/>

        <VeltCommentsSidebarWireframe.FilterButton/>
    </VeltCommentsSidebarWireframe.Header>
</VeltWireframe>

We recommend that you familiarize yourselves with UI Customization Concepts before attempting to modify any components.

Default Subcomponent

<VeltWireframe>
    <VeltCommentsSidebarWireframe.Header>
        <VeltCommentsSidebarWireframe.CloseButton /> {/* Not shown for embedded comments sidebar */}
        <VeltCommentsSidebarWireframe.Search placeholder="Search Comments" />
        <VeltCommentsSidebarWireframe.Status/>

        {/* Not included in the default component */}
        <VeltCommentsSidebarWireframe.LocationFilterDropdown/>

        {/* Not included in the default component */}
        <VeltCommentsSidebarWireframe.MinimalFilterDropdown/>

        {/* Not included in the default component */}
        <VeltCommentsSidebarWireframe.MinimalActionsDropdown/>

        <VeltCommentsSidebarWireframe.FilterButton/>
    </VeltCommentsSidebarWireframe.Header>
</VeltWireframe>