Renders app content with a floating action button that opens the PreviewPanel in a bottom-sheet modal. Wraps children in a PreviewOverrideProvider to persist override state across modal open/close cycles.
Component props
The app content with the floating button and modal overlay
<PreviewPanelOverlay contentfulClient={contentfulClient}> <App /></PreviewPanelOverlay> Copy
<PreviewPanelOverlay contentfulClient={contentfulClient}> <App /></PreviewPanelOverlay>
Renders app content with a floating action button that opens the PreviewPanel in a bottom-sheet modal. Wraps children in a PreviewOverrideProvider to persist override state across modal open/close cycles.