react-image-marker icon indicating copy to clipboard operation
react-image-marker copied to clipboard

Pass attributes to the image other than src, alt and onClick

Open Mahmoud-farargy opened this issue 3 years ago • 0 comments

A simple solution to this is to spread props to the img tag like this "<img {..props} />"

Mahmoud-farargy avatar Oct 18 '21 12:10 Mahmoud-farargy