1.0.6 • Published 1 year ago

confirm-modal-ssb v1.0.6

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

This library is create modal, center modal

Support modal,

Getting started

npm i confirm-modal-ssb

or

yarn add confirm-modal-ssb

NextJS

import dynamic from "next/dynamic";
const ConfirmModal = dynamic(() => import("confirm-modal-ssb").then((mod) => mod.ConfirmModal), { ssr: false });

Example

<ConfirmModal
      openModal={true}
      theme={{}}
      sourceImage={"../Framediscount.png"}
      handleConfirm={""}
      handleCancel={""}
      labelConfirm={"ยืนยัน"}
      labelCancel={"ยกเลิก"}
      titleModal={"ยืนยันสินค้าร่วมโปรโมชันส่วนลด"}
      detailModal={"คุณต้องการดำเนินการยืนยันสินค้าร่วมโปรโมชันส่วนลด"}
      subDetailModal={" ใช่หรือไม่ ?"}
      additionalSx={{}}
      dataValue={" “ทั้งหมด 4 รายการ” "}
      subtitleModal={""}
      titleModalStyle={{}}
      subtitleStyle={{}}
      imageStyle={{}}
      detailModalStyle={{}}
      dataValueStyle={{}}
      subDetailModalStyle={{}}
      buttonCancelStyle={{}}
      buttonConfirmStyle={{}}
      containerButtonStyle={{}}
      boxModalStyle={{}}
      mobileStyle={{}}
/>
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago