import Modal from "@/components/ui/modal";
example
<Modal
isOpen={modalOpen}
closeModal={closeModal}
title="Pakai Promo"
footer={
<div>
<Button>Pakai</Button>
</div>
}
>
<p>Pakai promo dan dapatkan diskon 10%</p>
<InputField></InputField>
</Modal>
props
isOpen
closeModal
title
description
illustration
children
footer
Please authenticate to join the conversation.
Completed
π‘ Feature Request
Almost 2 years ago

ekovegeance
Get notified by email when there are changes.
Completed
π‘ Feature Request
Almost 2 years ago

ekovegeance
Get notified by email when there are changes.