Modal

Temporary, focused container that appears on top of the main screen. It's used for displaying content or capturing user input without navigating to a new page, enhancing user interaction and maintaining context. Modals often include text, images, forms, and buttons for interactive experiences.

Import

import { Modal } from "io-elements"

Usage

Props

NAMETYPEREQUIREDDEFAULT
childrenReact.ReactNodetrue
isVisiblebooleantruetrue
onClose() => voidfalse() => {}
CloseOnBackdropPressStyleProp<ViewStyle>falsetrue