react-custom-modal
Library that can be used to display modal in react
Install
npm install --save react-custom-modal
Usage
import React, { Component } from 'react'
import MyComponent from 'react-custom-modal'
import 'react-custom-modal/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © KJG04