[New Plugin] Swipe to Unlock Button

Hi ! :slight_smile:

I just released a new plugin called “Swipe to Unlock Button” that provides you a button that the end user has to swipe to trigger a workflow.
I can be useful for important actions such as delete actions or to require any confirmation.
The slider is entierly customizeable

It provides a state called “is Locked” that allows you to determine if the slider is currently locked or not.

When the slider gets locked/unlocked it trigger custom events called respectively “Swipe to Unlock is locked” and “Swipe to Unlock is unlocked”.

You can check the demo and the editor just below :

:arrow_right: Preview / Demo : Slide to Unlock
:arrow_right: Editor : Slide-to-unlock | Bubble Editor

If you see anything that could have been done better, don’t hesite to reach out at wesley@ottho.fr

Thanks & happy Bubbling! :slight_smile:

5 Likes

thank you @wesleywsls , this is almost exactly what I needed.

I am trying to replicate the iOS lock slider. managed to make the slide background taller with CSS

however, it would be great if I could change the icon. the purpose of this slider in my app is to trigger an alarm, so the lock doesn’t make sense for that use case… thanks in advance!