This is all in one tool to make any kind of sliding panels and popups. These are common scenarios for usage
- Login panels
- Toolbars
- Mobile menus
- Mega menus
- Popups
Some examples
Side sliding panel
click on button
Right side panel
Block sliding panel
This kind of panel is placed inside block itself and can be used to make tooltips, mega menus, etc. Click on button below
Here is also example with replication of Aliexpress menu. This works also for hover effect.
Popup and Modal
You can use it also for popups. It can be not only for click on the button but also auto popup with a timer, close intent popup, or popup with a custom click trigger
The difference between modal and popup is that the latest uses the modern browser Dialog feature. It should prevent any issues with Z-index but has fewer options for design.
Dynamic Content Feature
This block supports also dynamic content. You can add any CSS selector from your site and the block will copy its content. This can be useful, for example, when you want to turn desktop content into a mobile toggle. For example, this can be used for filters on shops. On a desktop, you can show all filters, because products and filters are visible, but on mobiles, more practical to hide filters to buttons. The idea here is to disable the button on the desktop and hide filters on mobile
Cookie option
There is also a possibility to save/delete cookies and body classes after a button click. This can be used if you need a custom cookie banner or GDPR notices.
Custom close button and custom trigger button
You are not forced to use this block as a button with the trigger. You can disable the button and set the custom CSS selector to be a trigger. The same is for the closing button. You can drop the button block inside the panel container, style it as you wish, and set the class of the button as a custom close button

Auto trigger timer
This block has the option to trigger a popup after some period of time. Can be used as promo popups or for subscriptions
Exit Intent Effect
You can also enable popup and button to be exit intent. if user leaves your page, popup will be triggered automatically