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

sw.LocaleSelect()

Functions

VersionCard

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

App(*args, **kwargs)

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

AppBar(*args, **kwargs)

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

DrawerItem(*args, **kwargs)

Custom DrawerItem using the user input.

Footer(*args, **kwargs)

Custom Footer with cuzomizable text.

LocaleSelect(*args, **kwargs)

A language selector for sepal-ui based application.

NavDrawer(*args, **kwargs)

Custom NavDrawer using the different DrawerItems of the user.

ThemeSelect(*args, **kwargs)