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
|
Custom Dialog that triggers a window resize event. |
|
Custom vuetifyWidget to add specific methods. |
|
Custom widget to display tooltip when mouse is over widget. |