Last active
June 16, 2019 17:57
-
-
Save jsmanifest/ff725fa880a021db4832f903f0dd74ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import idleSrc from './images/jade_input_bg.jpg' | |
const FileUploaderScreen = (props) => ( | |
<div className="uploader-input"> | |
<div | |
style={{ backgroundImage: `url("${idleSrc}")` }} | |
className="uploader-overlay" | |
/> | |
</div> | |
) | |
export default FileUploaderScreen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment