Posandu / svelte-ripple-action

Svelte Ripple Action
https://ripple.posandu.com/
MIT License
59 stars 0 forks source link

size option #1

Closed rchrdnsh closed 1 year ago

rchrdnsh commented 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 :-)

Posandu commented 1 year ago

That's a nice idea! Will add that

Posandu commented 1 year ago

Added in @1.0.3 @rchrdnsh

<button use:ripple={{ maxRadius: 100 }}>100px</button>
rchrdnsh commented 1 year ago

perfect, works great, thanks :-)