Web Bottom Sheet

Content Type: Widget
Categories: User Interface

Overview

Slide in content from below just like how many mobile apps often use nowadays. Similar to the Native Bottom Sheet widget.

Documentation

Web Bottom Sheet

Slide in content from below just like how many mobile apps often use nowadays. Similar to the Native Bottom Sheet widget.

Features

  • Slide Animation
  • Anchored to the bottom of the page
  • Custom content inside the bottom sheet
  • Listens to a boolean to open or close

Usage

  1. Add the widget to your page
  2. Add some data around the widget that has a boolean
  3. Attach the boolean to the widget
  4. To show the bottom sheet simply make some logic to change the boolean to true

Demo project

https://webbottomsheet-sandbox.mxapps.io/

Issues, suggestions and feature requests

https://github.com/hunterkoppenclevr/webBottomSheet/issues

Releases

Version: 1.0.0
Framework Version: 9.12.4
Release Notes: Initial Release