pysepal.sepalwidgets.sepalwidget#

Custom sepalwidgets to add extra members to normal IpyvuetfiWidget.

Gather the customized ipyvuetifyWidgets used toadd extra members to the existing one. 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.Tooltip(widget=sw.Btn(), tooltip="tooltip")

Classes

Dialog(*args, **kwargs)

Custom Dialog that triggers a window resize event.

SepalWidget(*args, **kwargs)

Custom vuetifyWidget to add specific methods.

Tooltip(*args, **kwargs)

Custom widget to display tooltip when mouse is over widget.