- {/* type="single" allows only one item to be open at a time */}
-
+// {/* type="single" allows only one item to be open at a time */}
+//
-
- Is it accessible?
-
- Yes. It adheres to the WAI-ARIA design pattern.
-
-
-
-
- Is it styled?
-
- Yes. It comes with default styles that matches the other
- components' aesthetic.
-
-
-
-
- Is it animated?
-
- Yes. It's animated by default, but you can disable it if you prefer.
-
-
-
-
-
- );
-}
-
-function AlertDialogDemo() {
- const handleDelete = () => {
- // Your logic for deletion goes here
- console.log("Item deleted successfully.");
- };
-
- return (
-
- {/* 1. The Trigger: Usually a button that opens the dialog */}
-
-
-
-
- {/* 2. The Content: The actual modal window */}
-
-
- Are you absolutely sure?
-
- This action cannot be undone. This will permanently delete your
- account and remove your data from our servers.
-
-
-
- {/* 3. The Footer: Contains the Action and Cancel buttons */}
-
- Cancel
-
- Continue
-
-
-
-
- );
-}
-
-function AlertDemo() {
- return (
-
+//
+// Is it accessible?
+//
+// Yes. It adheres to the WAI-ARIA design pattern.
+//
+//
+
+//
+// Is it styled?
+//
+// Yes. It comes with default styles that matches the other
+// components' aesthetic.
+//
+//
+
+//
+// Is it animated?
+//
+// Yes. It's animated by default, but you can disable it if you prefer.
+//
+//
+
+//
+//
+// );
+// }
+
+// function AlertDialogDemo() {
+// const handleDelete = () => {
+// // Your logic for deletion goes here
+// console.log("Item deleted successfully.");
+// };
+
+// return (
+//
+// {/* 1. The Trigger: Usually a button that opens the dialog */}
+//
+//
+//
+
+// {/* 2. The Content: The actual modal window */}
+//
+//
+// Are you absolutely sure?
+//
+// This action cannot be undone. This will permanently delete your
+// account and remove your data from our servers.
+//
+//
+
+// {/* 3. The Footer: Contains the Action and Cancel buttons */}
+//
+// Cancel
+//
+// Continue
+//
+//
+//
+//
+// );
+// }
+
+// function AlertDemo() {
+// return (
+//
- {/* Default Alert */}
-
-
- Heads up!
-
- You can add components to your app using the cli.
-
-
-
- {/* Destructive Alert */}
-
-
- Error
-
- Your session has expired. Please log in again to continue.
-
-
-
-
+// {/* Default Alert */}
+//
+//
+// Heads up!
+//
+// You can add components to your app using the cli.
+//
+//
+
+// {/* Destructive Alert */}
+//
+//
+// Error
+//
+// Your session has expired. Please log in again to continue.
+//
+//
+
+//