pysepal.sepalwidgets.btn#

Custom Buttons.

Gather the customized ipyvuetifyWidgets used to create buttons. 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.Btn()

Classes

Btn(*args, **kwargs)

Custom process Btn filled with the provided text.

DownloadBtn(*args, **kwargs)

Custom download Btn filled with the provided text.

TaskButton(*args, **kwargs)

Custom toggle button using a to start and cancel a task.