typescript-modal-component
v1.0.3
Published
A simple component library
Downloads
4
Readme
TypeScript Components by seth
This repository was created as a modal react component using typescript
Getting Started
Install this package:
npm add typescript-modal-component
Import the Modal component:
import { Modal } from "typescript-modal-component";
You can then render the Modal
component like any other React component in JSX.