1.0.5 • Published 7 years ago

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

Weekly downloads
1
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.3

7 years ago