1.0.1 • Published 1 year ago

modal-theoab v1.0.1

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

Modal Components by theo arvin

Getting Started

Install this package:

npm install modal-theoab

Import the Counter component:

import { Modal } from "modal-theoab";

then you need to call the Modal component with two props .

<Modal openModal={openModal} setOpenModal={setOpenModal}/>
  • openModal is a boolean that checks if the modal is open.

  • setOpenModal is a function that modifies the value of openModal to close the Modal directly with a close in the component