Dialog
Interfaces¶
DialogProps¶
Defined in: src/shared/ui/Dialog.tsx:6
Properties¶
| Property | Type | Description | Defined in |
|---|---|---|---|
children |
ReactNode |
- | src/shared/ui/Dialog.tsx:9 |
className? |
string |
- | src/shared/ui/Dialog.tsx:10 |
disableBackdropClose? |
boolean |
Hide the backdrop click-to-close (e.g. destructive confirms). | src/shared/ui/Dialog.tsx:12 |
onClose |
() => void |
- | src/shared/ui/Dialog.tsx:8 |
open |
boolean |
- | src/shared/ui/Dialog.tsx:7 |
Functions¶
Dialog()¶
Defined in: src/shared/ui/Dialog.tsx:20
A centered modal with a blurred backdrop and a spring entrance. For the draggable word lookup we keep a custom implementation. This covers the common confirm/edit modal
Parameters¶
| Parameter | Type |
|---|---|
__namedParameters |
DialogProps |
Returns¶
ReactPortal