pysepal.sepalwidgets.widget#

Custom widgets that are nor input nor UI interface.

Gather the customized ipyvuetifyWidgets. 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.CopyToClip()

Classes

CopyToClip(*args, **kwargs)

Markdown(*args, **kwargs)

Custom Layout based on the markdown text given.

StateIcon(*args, **kwargs)

Custom icon with multiple state colors.