0.1.0 • Published 1 year ago

package-modal-react v0.1.0

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

TypeScript Components by Rupert This repository was created as part of a guide to publishing TypeScript React components. You can read the guide over here: Publishing TypeScript React components to NPM

Getting Started Install this package:

npm add typescript-components-by-rupert Import the Counter component:

import { Modal, UseModal } from "package-modal-react"; You can then render the Modal component like any other React component in JSX.