Modal

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.

Upvoters
Status

Completed

Board

πŸ’‘ Feature Request

Date

Almost 2 years ago

Author

ekovegeance

Subscribe to post

Get notified by email when there are changes.