Sha256: 8e74cfdbad019311fa31aa1853bdc9fb24467481d223b7c2a8d508c8b14c5ff1
Contents?: true
Size: 315 Bytes
Versions: 9
Compression:
Stored size: 315 Bytes
Contents
import ReactDOM from 'react-dom'; function pickerModal() { new Foundation.Reveal(this.jqmodal, null); this.jqmodal.on('open.zf.reveal', () => this.jqmodal.css({ top: '15px' })); this.jqmodal.on('closed.zf.reveal', () => { ReactDOM.unmountComponentAtNode(this.modal); }); } export default pickerModal;
Version data entries
9 entries across 9 versions & 1 rubygems