jamessessford / tailwindcss-ripple

Ripple effect (materialize) for Tailwindcss
MIT License
65 stars 3 forks source link

Works well also in tailwindcss v3 #32

Open silentpatrik opened 1 month ago

silentpatrik commented 1 month ago

In case you didnt know, this plugin works quite well in tailwindcss v3. Didnt fully test all features but most basic works really good, actually, no bugs at all encountered. Afaik probably the best ripple animation plugin.

jamessessford commented 1 month ago

Ah that's wicked! Thank you very much :)

silentpatrik commented 1 month ago

noticed that some new colors probably arent defined and doesnt work, like neutral and zinc, probably all of them.

silentpatrik commented 1 month ago

one more thing, i have difficulties using it on codepen because of the require. Im no javascript expert but it would probably make sense to refactor to use ES modules and import instead? Or maybe im wrong, but if not, think about it or let it to chatgpt :)