Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Last active June 16, 2019 17:57
Show Gist options
  • Save jsmanifest/ff725fa880a021db4832f903f0dd74ba to your computer and use it in GitHub Desktop.
Save jsmanifest/ff725fa880a021db4832f903f0dd74ba to your computer and use it in GitHub Desktop.
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