1.0.0 • Published 6 months ago

dynamic-modal-react v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

modal-react-lib

a dynamic modal component using react takes components as a content

NPM JavaScript Style Guide

Install

npm install --save modal-react-lib

Usage

import React, { Component } from 'react'

import MyComponent from 'modal-react-lib'
import 'modal-react-lib/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © kenza

1.0.0

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago