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

sw.CopyToClip()

Classes

CopyToClip(**kwargs)

New in version 2.2.0.

Markdown(**kwargs)

Custom Layout based on the markdown text given.

StateIcon(**kwargs)

Custom icon with multiple state colors.