Skip to main content

Crate leptix_dialog

Crate leptix_dialog 

Source
Expand description

A window overlaid on the primary window, rendering content in a layer above the page.

Structs§

DialogCloseProps
Props for the DialogClose component.
DialogContentProps
Props for the DialogContent component.
DialogDescriptionProps
Props for the DialogDescription component.
DialogOverlayProps
Props for the DialogOverlay component.
DialogPortalProps
Props for the DialogPortal component.
DialogProps
Props for the Dialog component.
DialogTitleProps
Props for the DialogTitle component.
DialogTriggerProps
Props for the DialogTrigger component.

Functions§

Dialog
Required Props
DialogClose
Required Props
DialogContent
The main content of the dialog.
DialogDescription
Required Props
DialogOverlay
Full-screen overlay behind the dialog.
DialogPortal
Renders dialog content in a portal when open.
DialogTitle
Required Props
DialogTrigger
Required Props