1.0.1 • Published 3 years ago
modal-theoab v1.0.1
Modal Components by theo arvin
Getting Started
Install this package:
npm install modal-theoabImport 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