<VeltWireframe>
    <VeltNotificationsPanelWireframe.Content.ForYou>
        {/* Refer to the Common Content List section for this definition */}
        <VeltNotificationsPanelWireframe.Content.List />
        <VeltNotificationsPanelWireframe.Content.LoadMore />
        {/* This only renders when there are no unread notifications */}
        <VeltNotificationsPanelWireframe.Content.AllReadContainer />
    </VeltNotificationsPanelWireframe.Content.ForYou>
</VeltWireframe>

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

<VeltWireframe>
    <VeltNotificationsPanelWireframe.Content.ForYou>
        {/* Refer to the Common Content List section for this definition */}
        <VeltNotificationsPanelWireframe.Content.List />
        <VeltNotificationsPanelWireframe.Content.LoadMore />
        {/* This only renders when there are no unread notifications */}
        <VeltNotificationsPanelWireframe.Content.AllReadContainer />
    </VeltNotificationsPanelWireframe.Content.ForYou>
</VeltWireframe>