<VeltWireframe>
    <VeltCommentsSidebarWireframe.Filter>
        {/* Title */}
        <VeltCommentsSidebarWireframe.Filter.Title />
        {/* Close Button */}
        <VeltCommentsSidebarWireframe.Filter.CloseButton />
        {/* Location */}
        <VeltCommentsSidebarWireframe.Filter.Location />
        {/* People */}
        <VeltCommentsSidebarWireframe.Filter.People />
        {/* Category */}
        <VeltCommentsSidebarWireframe.Filter.Category />
        {/* Priority */}
        <VeltCommentsSidebarWireframe.Filter.Priority />
        {/* CommentType */}
        <VeltCommentsSidebarWireframe.Filter.CommentType />
        {/* Versions */}
        <VeltCommentsSidebarWireframe.Filter.Versions />
        {/* Status */}
        <VeltCommentsSidebarWireframe.Filter.Status />
        {/* GroupBy */}
        <VeltCommentsSidebarWireframe.Filter.GroupBy />
        {/* Done Button */}
        <VeltCommentsSidebarWireframe.Filter.DoneButton />
    </VeltCommentsSidebarWireframe.Filter>
</VeltWireframe>

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

Default Subcomponent

<VeltWireframe>
    <VeltCommentsSidebarWireframe.Filter>
        {/* Title */}
        <VeltCommentsSidebarWireframe.Filter.Title />
        {/* Close Button */}
        <VeltCommentsSidebarWireframe.Filter.CloseButton />
        {/* Location */}
        <VeltCommentsSidebarWireframe.Filter.Location />
        {/* People */}
        <VeltCommentsSidebarWireframe.Filter.People />
        {/* Category */}
        <VeltCommentsSidebarWireframe.Filter.Category />
        {/* Priority */}
        <VeltCommentsSidebarWireframe.Filter.Priority />
        {/* CommentType */}
        <VeltCommentsSidebarWireframe.Filter.CommentType />
        {/* Versions */}
        <VeltCommentsSidebarWireframe.Filter.Versions />
        {/* Status */}
        <VeltCommentsSidebarWireframe.Filter.Status />
        {/* GroupBy */}
        <VeltCommentsSidebarWireframe.Filter.GroupBy />
        {/* Done Button */}
        <VeltCommentsSidebarWireframe.Filter.DoneButton />
    </VeltCommentsSidebarWireframe.Filter>
</VeltWireframe>