Closed rchrdnsh closed 1 year ago
let's say I have a giant div, like 1024 x 1024, but I want the ripple inside the div to only be a max of 128px in any direction...a size attr would be sweet for that :-)
That's a nice idea! Will add that
Added in @1.0.3 @rchrdnsh
<button use:ripple={{ maxRadius: 100 }}>100px</button>
perfect, works great, thanks :-)
let's say I have a giant div, like 1024 x 1024, but I want the ripple inside the div to only be a max of 128px in any direction...a size attr would be sweet for that :-)