Skip to content

Instantly share code, notes, and snippets.

@vinodsobale
Created March 8, 2018 12:38
Show Gist options
  • Save vinodsobale/7f0f6e52f33c550dba919ce1323c4f7c to your computer and use it in GitHub Desktop.
Save vinodsobale/7f0f6e52f33c550dba919ce1323c4f7c to your computer and use it in GitHub Desktop.
<ReactModal
isOpen={reactModal}
overlayClassName="c-socloginoverlay"
className="c-soclogin"
shouldCloseOnOverlayClick
onRequestClose={() => this.setState({ reactModal: false })}
shouldCloseOnEsc
role="dialog"
ariaHideApp={false}
>
<iframe
title="Cool"
src="https://giphy.com/embed/l4pSWx5JvWjnOHYXu"
width="480"
height="360"
frameBorder="0"
className="giphy-embed"
allowFullScreen
/>
</ReactModal>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment