Dialog

import Dialog from "@/components/ui/dialog";

example:

 <Dialog
        isOpen={isDialogOpen}
        onClose={() => setIsDialogOpen(false)}
        title="Registrasi Berhasil"
        description="Sukses mendaftar! Silahkan login.">
</Dialog>

props:

  • isOpen

  • onClose

  • title

  • description

Please authenticate to join the conversation.

Upvoters
Status

Completed

Board

πŸ’‘ Feature Request

Date

Almost 2 years ago

Author

ekovegeance

Subscribe to post

Get notified by email when there are changes.