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 pysepal.sepalwidgets package. So it can be imported directly from there.
Example
from pysepal import sepalwidgets as sw
sw.Alert().show()
Classes
|
A custom Alert widget. |
|
Custom Snackbar widget to display messages as a banner in module App. |
|
A custom Divider with the ability to dynamically change color. |
|
Widget to display quick messages on simple inline status bar. |