AdamRisberg / react-image-magnifiers

A collection of responsive, image magnifying React components for mouse and touch.
MIT License
347 stars 60 forks source link

Updated readme to include Tailwind usage #53

Open andretti1977 opened 3 years ago

andretti1977 commented 3 years ago

Tailwind CSS has a conflicting css rules that prevents magnifiers to correctly work with. Tailwind CSS is a widely used css framework, often combined with NextJS so it is really important to notify users that there is a really super simple fix to be able to use React Image Magnifiers with Tailwind CSS based components.

aayush123 commented 3 years ago

You saved me a lot of hours! Thank you so much. Given how popular tailwind is, this PR should absolutely be merged!