1.0.5 • Published 8 years ago

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

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

8 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

1.0.3

8 years ago