Docs
Dialog
Dialog
A brutal retro window overlaid on either the primary window or another dialog window, rendering the content underneath inert.
Loading...
Custom close button
Loading...
Installation
Install the following dependencies:
npm install @radix-ui/react-dialogCopy and paste the following code into your project.
Copy and paste the dialog code into your project.
Notes
To activate the Dialog component from within a Context Menu or Dropdown Menu, you must encase the Context Menu or
Dropdown Menu component in the Dialog component. For more information, refer to the linked issue here.