Layout
Modal

Modal

Display popup content that requires attention or provides additional information.

Note: This component renders content inside of a drawer at small viewports.

Usage

import { Modal } from "@skyltmax/ds9"

Examples

Basic

Use the Modal child components to provide the appropriate styling to different parts of the modal. Clicking on the backdrop or pressing the escape key will normally close the modal but this can be disabled for the duration of a running process.

Code