📖 Step 5: Design - Advanced UI/UX#124 / 291

Confirm Dialog

Confirm Dialog

📖One-line summary

A re-confirmation popup like "Are you sure you want to delete?"

Example

Click the delete button

project_final_v2.zip

Vibe coding prompt examples

>_

Build a reusable confirm dialog component. Accept title, message, and confirm/cancel button texts as props.

>_

Build a useConfirm custom hook. Make it Promise-based so I can use it as `const confirmed = await confirm('Delete?')`.

Try these prompts in your AI coding assistant!