modal-react-npm
v2.0.5
Published
A simple component to create a modal in react
Readme
Modal React Npm
This repository was created as part of a guide to publishing Modal React Npm
Getting Started
Install this package:
npm i modal-react-npmImport the Modal component:
import { Modal, UseModal } from "modal-react-npm";You can then render the Modal component like any other React component in JSX.
