bp-overlay
v1.0.1
Published
This a React overlay that you can stick two component together with using it. you can find it's sample in codesandbox https://codesandbox.io/embed/twilight-sun-8tc04?fontsize=14
Downloads
9
Readme
bp-overlay
you can stick tow component together
Install
npm install --save bp-overlay
Usage
import React, { Component } from 'react'
import MyComponent from 'bp-overlay'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © [Mehdi Bayat](https://github.com/Mehdi Bayat)