feat: add @radix-ui/react-dialog dependency and implement dialog component
- Added @radix-ui/react-dialog to dependencies in package.json and bun.lock. - Updated page.tsx to replace placeholder text with "We are in MAGICALWORLD!". - Refactored SUPERCOMMAND component to handle key sequences and show dialog on match. - Implemented Dialog component with header, footer, and description using Radix UI primitives.
This commit is contained in:
parent
08f4fad646
commit
a3a53a68ec
5 changed files with 311 additions and 100 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"dependencies": {
|
||||
"@hookform/resolvers": "^4.1.0",
|
||||
"@radix-ui/react-accordion": "^1.2.10",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-label": "^2.1.2",
|
||||
"@radix-ui/react-select": "^2.1.6",
|
||||
"@radix-ui/react-slot": "^1.1.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue