0.2.11 • Published 1 year ago

simple-react-modal-js v0.2.11

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

simple-react-modal

This package is used for a school project. It will show a modal.

Install

npm install --save js-base64 simple-react-modal-js

Usage

import { Modal } from 'simple-react-modal-js';

<Modal open={openModal} onClose={() => setOpenModal(false)} />