fris-fruitig / react-firebase-file-uploader

An image uploader for react that uploads images to your firebase storage
https://npm.im/react-firebase-file-uploader
166 stars 45 forks source link

Documentation Fix: Label style #31

Open jonathanboswell opened 5 years ago

jonathanboswell commented 5 years ago

Love the component!

Quick note on the CSS cursor property...In the documentation you have: <label style={{backgroundColor: 'steelblue', color: 'white', padding: 10, borderRadius: 4, pointer: 'cursor'}}>

Think you mean: <label style={{backgroundColor: 'steelblue', color: 'white', padding: 10, borderRadius: 4, cursor: 'pointer'}}>

:)

jonathanboswell commented 5 years ago

Happy for you to assign this ticket to me if you want, just while we're here: https://github.com/fris-fruitig/react-firebase-file-uploader#starting-downloads-manually I think you mean: "Starting uploads manually"

Again, happy to update the README.md and also add some more examples such as dynamically generating the "storageRef" by using customHandler (user specific paths).