TwicPics / components

A Web component library that brings the power of TwicPics to your favorite web framework.
MIT License
53 stars 2 forks source link

TwicImg React - Can't set draggable to false #87

Open motiazu opened 6 months ago

motiazu commented 6 months ago

I'm working on a UI with draggable interactions, TwicImg does not let me pass draggable={false}. This means that on desktop the images get dragged instead of the elements that contain them, as I intended. For the time being this means I can't use TwicImg for these images and having to use <img /> directly instead.

Would love to see it added, and ideally any existing img attribute.