sepal_ui.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 sepal_ui import sepalwidgets as sw

sw.Tooltip(widget=sw.Btn(), tooltip="tooltip")

Classes

SepalWidget(**kwargs)

Custom vuetifyWidget to add specific methods.

Tooltip(**kwargs)

Custom widget to display tooltip when mouse is over widget.