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

sw.Btn()

Classes

Btn(**kwargs)

Custom process Btn filled with the provided text.

DownloadBtn(**kwargs)

Custom download Btn filled with the provided text.