1.0.5 • Published 6 years ago

react-cloud-popup-panel-mobile v1.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago
  • 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
1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.3

6 years ago