pysepal.sepalwidgets.btn#
Custom Buttons.
Gather the customized ipyvuetifyWidgets used to create buttons.
All the content of this modules is included in the parent pysepal.sepalwidgets package. So it can be imported directly from there.
Example
from pysepal import sepalwidgets as sw
sw.Btn()
Classes
|
Custom process Btn filled with the provided text. |
|
Custom download Btn filled with the provided text. |
|
Custom toggle button using a to start and cancel a task. |