react-cloud-popup-panel-mobile
v1.0.5
Published
progress bar for react
Downloads
2
Maintainers
Readme
react-cloud-popup-panel-mobile
Simple React component for popup panel on mobile.
Install
npm install react-cloud-popup-panel-mobile --save
Example
import PopupPanel from 'react-cloud-popup-panel-mobile'; <PopupPanel title="Test" open={this.state.open} closeFunc={this.closePanel.bind(this)} hasButton={true} />
Documentation - props
Always required
Changelog
- 1.0.5