<VeltWireframe>
    <VeltSingleEditorModePanelWireframe>
        <VeltSingleEditorModePanelWireframe.ViewerText />
        <VeltSingleEditorModePanelWireframe.EditorText />
        <VeltSingleEditorModePanelWireframe.Countdown />
        
        {/* Editor sees this button when they try to edit in a different tab */}
        <VeltSingleEditorModePanelWireframe.EditHere />
        
        {/* Editor sees these buttons when Viewer requests access */}
        <VeltSingleEditorModePanelWireframe.AcceptRequest />
        <VeltSingleEditorModePanelWireframe.RejectRequest />
        
        {/* Viewer sees this button by default */}
        <VeltSingleEditorModePanelWireframe.RequestAccess />

        {/* Viewer sees this button when they have already requested access */}
        <VeltSingleEditorModePanelWireframe.CancelRequest />

    </VeltSingleEditorModePanelWireframe>
</VeltWireframe>

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

<VeltWireframe>
    <VeltSingleEditorModePanelWireframe>
        <VeltSingleEditorModePanelWireframe.ViewerText />
        <VeltSingleEditorModePanelWireframe.EditorText />
        <VeltSingleEditorModePanelWireframe.Countdown />
        
        {/* Editor sees this button when they try to edit in a different tab */}
        <VeltSingleEditorModePanelWireframe.EditHere />
        
        {/* Editor sees these buttons when Viewer requests access */}
        <VeltSingleEditorModePanelWireframe.AcceptRequest />
        <VeltSingleEditorModePanelWireframe.RejectRequest />
        
        {/* Viewer sees this button by default */}
        <VeltSingleEditorModePanelWireframe.RequestAccess />

        {/* Viewer sees this button when they have already requested access */}
        <VeltSingleEditorModePanelWireframe.CancelRequest />

    </VeltSingleEditorModePanelWireframe>
</VeltWireframe>