---
title: "Snackbar Widget"
slug: "snackbar-widget"
updated: 2024-04-06T19:07:14Z
published: 2024-04-06T19:07:14Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.tulip.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Snackbar Widget

To download the app, visit: [Library](https://tulip.co/library/apps/snackbar-widget/)

## 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:

- [*Custom Widgets Overview*](https://support.tulip.co/docs/custom-widgets-overview)
