react-drag-drop-files
react-drag-drop-files copied to clipboard
feat: add dropMessageStyle prop
Summary
Add a prop called 'dropMessageStyle' to style the HoverMsg element
Key Changes
- Add a type
dropMessageStyle
insideProps
type - Add
style={dropMessageStyle}
inside HoverMsg element
Check List
- [X] The changes to the "Readme" file(if needed)
- [X] The changes not breaking any old rule of the library or usage