Skip to main content

Takeover

The Takeover component is a full-screen overlay that behaves as a modal. It is often used to create step-by-step user flows.

Once open it traps focus within the dialog and prevents the user from interacting with the rest of the page until the dialog is closed.

Result
Loading...
Live Editor

Props

Takeover

TakeoverHeader

TakeoverHeaderContent

The TakeoverHeaderContent component is a helper component that renders specific header content, prestyled, into the TakeoverHeader.

TakeoverBody

TakeoverBodyHeader

TakeoverBodyScroll

The TakeoverBodyScroll component is a helper component that renders a scrollable area within the TakeoverBody. It is usually placed between the TakeoverBodyHeader and TakeoverBodyFooter but can be used by itself or within multicolumn layouts.

TakeoverBodyFooter