Skip to content

FullscreenModal

FullscreenModal

js
import FullscreenModal from 'intergalactic/fullscreen-modal';
import FullscreenModal from 'intergalactic/fullscreen-modal';

FullscreenModalProps

& {...}
NameTypeDescription
onClose(trigger: "onBackClick" | "onCloseClick" | "onEscape" | "onOutsideClick", e: React.MouseEvent | React.KeyboardEvent) => voidFunction that is invoked when hiding a component

FullscreenModal.Header

FullscreenModalHeaderProps

& {...}
NameTypeDescription
titleReact.ReactNode
descriptionReact.ReactNode

FullscreenModal.Close

The CloseS icon with pre-configured styles acts as a component.

The component is the Box with pre-configured styles.

FullscreenModal.Back

The component is the Box with pre-configured styles and the ArrowLeftS icon.

FullscreenModal.Body

The component is the Box with pre-configured styles.

FullscreenModal.Section

The component is the Box with pre-configured styles.

FullscreenModal.Title

The component is the Text with pre-configured styles.

FullscreenModal.Description

The component is the Text with pre-configured styles.

Released under the MIT License.

Released under the MIT License.