<VeltWireframe>
    <VeltNotificationsPanelWireframe.Content>
        
        {/* For You Tab */}
        <VeltNotificationsPanelWireframe.Content.ForYou />

        {/* Documents Tab */}
        <VeltNotificationsPanelWireframe.Content.Documents />

        {/* People Tab */}
        <VeltNotificationsPanelWireframe.Content.People />

        {/* All Tab */}
        <VeltNotificationsPanelWireframe.Content.All />

    </VeltNotificationsPanelWireframe.Content>
</VeltWireframe>

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

<VeltWireframe>
    <VeltNotificationsPanelWireframe.Content>
        
        {/* For You Tab */}
        <VeltNotificationsPanelWireframe.Content.ForYou />

        {/* Documents Tab */}
        <VeltNotificationsPanelWireframe.Content.Documents />

        {/* People Tab */}
        <VeltNotificationsPanelWireframe.Content.People />

        {/* All Tab */}
        <VeltNotificationsPanelWireframe.Content.All />

    </VeltNotificationsPanelWireframe.Content>
</VeltWireframe>