sepal_ui.sepalwidgets.app#

Custom widgets relative to user application framework.

Gather the customized ipyvuetifyWidgets used to create the application framework. 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.LocaleSelect()

Functions

VersionCard

Returns a card with the current version of the app and a changelog dialog.

App(**kwargs)

Custom App display with the tiles created by the user using the sepal color framework.

AppBar(**kwargs)

Custom AppBar widget with the provided title using the sepal color framework.

DrawerItem(**kwargs)

Custom DrawerItem using the user input.

Footer(**kwargs)

Custom Footer with cuzomizable text.

LocaleSelect(**kwargs)

A language selector for sepal-ui based application.

NavDrawer(**kwargs)

Custom NavDrawer using the different DrawerItems of the user.

ThemeSelect(**kwargs)

A theme selector for sepal-ui based application.