UNPKG

@camped-ui/dialog

Version:

Dialog component is a versatile and flexible window that overlays the primary window or another dialog, rendering the content underneath inert. It is commonly used to display important information, forms, or interactive content without navigating away fro

14 lines (8 loc) 575 B
# dialog Dialog component is a versatile and flexible window that overlays the primary window or another dialog, rendering the content underneath inert. It is commonly used to display important information, forms, or interactive content without navigating away from the current context. The Dialog component provides a visually appealing and accessible way to capture user attention and input while maintaining a focused user experience. ## Installation ```bash yarn add @camped-ui/dialog ``` ## Usage View docs [here](https://ui.camped.academy/docs/components/dialog).