Sticky Mobile

Action Modals

Boxes to Interact with Users

Actions Modals are elements that appear from the bottom of the page. These can be triggerd by any element, buttons, text, images, and can be used as menus as well.

Action Sheets Also Available

Trigger by Tap or Programatically

You've asked us to add the feature to simply call a function and trigger a sidebar. We've added this feature to all menus in our product. Action Sheets, Modals, Sidebars can all be triggered and dismissed programatically.

$('#yourSheetID').showMenu();
$('#yourSheetID').hideMenu();