Add reusable Dialog component using Radix UI

Implemented a Dialog component with Radix UI's primitives for a customizable and accessible modal experience. Updated dependencies to include `@radix-ui/react-dialog` and structured the component for extensibility and reuse.
This commit is contained in:
2025-03-15 19:56:57 +01:00
parent 0ee314f1c0
commit 9695c29ab5
3 changed files with 137 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
"@hey-api/client-axios": "^0.6.2",
"@hey-api/client-fetch": "^0.8.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",