https://github.com/devaman/react-simplified-modal
Simple React js Library.
https://github.com/devaman/react-simplified-modal
library reactjs
Last synced: about 1 year ago
JSON representation
Simple React js Library.
- Host: GitHub
- URL: https://github.com/devaman/react-simplified-modal
- Owner: devaman
- Created: 2019-03-03T20:36:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T21:05:26.000Z (over 7 years ago)
- Last Synced: 2025-03-27T13:12:45.211Z (about 1 year ago)
- Topics: library, reactjs
- Language: HTML
- Homepage: https://youtu.be/u-TqM28OOMk
- Size: 169 KB
- Stars: 6
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-simplified-modal
[](https://www.npmjs.com/package/react-simplified-modal)



[](http://hits.dwyl.io/devaman/react-simplified-modal)
## Import the modal.
```js
import Modal from 'react-simplified-modal';
```
## Usage
```js
Hellox
```
## Props
open : _boolean_
onCloseClicked : _callback function called on cross clicked_
onBackDropClicked : _callback function called on backdrop clicked_