oc · docs
docs / documentation

@orangecheck/design


@orangecheck/design / Modal

Function: Modal()

function Modal(__namedParameters: ModalProps): any;

Defined in: primitives/modal.tsx:26

Family-standard near-fullscreen modal with terminal-window chrome. Dense data gets room to breathe; ESC + backdrop close, focus trapped while open. Backed by Radix Dialog. Visual: ~95vw × 90vh, scrollable body, pinned title strip.

Parameters

ParameterType
__namedParametersModalProps

Returns

any