sepal_ui.sepalwidgets#

All the widgets available in sepal-ui.

Package to access all the widget available in sepal-ui. The widgets are all derived from IpyvuetifyWidget and SepalWidget. They can be used to build interfaces in applications. sepal_ui.sepalwidgets include all the widgets from ìpyvuetify` and some extra one that are useful to build GIS related applications.

Everything module content can be called directly from the package.

Example

from sepal_ui import sepalwidgets as sw

sw.Btn()

Modules

sepal_ui.sepalwidgets.alert

Custom widgets relative to user outputs.

sepal_ui.sepalwidgets.app

Custom widgets relative to user application framework.

sepal_ui.sepalwidgets.btn

Custom Buttons.

sepal_ui.sepalwidgets.inputs

Custom input widgets to setup parameters in application.

sepal_ui.sepalwidgets.radio

Add extra behavior to radio and radio group to allow radio to be used as stand_alone components.

sepal_ui.sepalwidgets.sepal_ipyvuetify

All the ipyvuetify class override as SepalWidgets.

sepal_ui.sepalwidgets.sepalwidget

Custom sepalwidgets to add extra members to normal IpyvuetfiWidget.

sepal_ui.sepalwidgets.tile

Custom Card widget to create Tiles in application.

sepal_ui.sepalwidgets.widget

Custom widgets that are nor input nor UI interface.