galexandrade / react-image-marker

It allows to be able to set markers on an image
MIT License
50 stars 12 forks source link

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

Open Mahmoud-farargy opened 2 years ago

Mahmoud-farargy commented 2 years ago

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