Monday, November 30, 2020

React Popout example


This is a very good component for showing some popup window with HTML URL loaded in it. 


Easy and simple one 


npm install react-popout --save


Demo can be seen here http://jake.ginnivan.net/react-popout



import Popout from 'react-popout'


<Popout url='popout.html' title='Window title' onClosing={this.popupClosed}>

  <div>Popped out content!</div>

</Popout>




References:

https://www.npmjs.com/package/react-popout


No comments:

Post a Comment