react-custom-modal

Library that can be used to display modal in react

NPM JavaScript Style Guide

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

GitHub

View Github