Snackbar Widget
  • 06 Apr 2024
  • 1 Minute to read
  • Contributors

Snackbar Widget


Article Summary

To download the app, visit: Library

Purpose

The Snackbar custom widget is an interactive banner that remains on-screen until the user clicks an action button or dismisses it. It responds to changes in a text input, which can be triggered by a table aggregation, and its text and colors can be customized for a more personalized user experience.

Setup

The widget has the following parameters to set:

  • Title: You can select the source of the actual value that the widget displays.
  • Initiator: Set this value to define the lowest point of the scale.
  • Visible: Toggles if the snackbar widget is visible
  • Properties: Updates the font and color

How it works

The snackbar widget pops up a banner that will remain on the screen until the action or the "x" is clicked.

It responds to changes to a text input (called the "initiator"), which is probably best sourced by a table aggregation. Clicking on the action button will fire an event for the "initiator" and hide the snackbar.

You can further customize the text and colors of the snackbar within the Title and Properties settings.

Further Reading

If you would like to know more about custom widgets please visit the site below:


Was this article helpful?