pysepal.sepalwidgets.alert#

Custom widgets relative to user outputs.

Gather the customized ipyvuetifyWidgets used to communicate with the end user. All the content of this modules is included in the parent sepal_ui.sepalwidgets package. So it can be imported directly from there.

Example

from pysepal import sepalwidgets as sw

sw.Alert().show()

Classes

Alert(*args, **kwargs)

A custom Alert widget.

Banner(*args, **kwargs)

Custom Snackbar widget to display messages as a banner in module App.

Divider(*args, **kwargs)

A custom Divider with the ability to dynamically change color.

StateBar(*args, **kwargs)

Widget to display quick messages on simple inline status bar.