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
Returns a card with the current version of the app and a changelog dialog. |
|
Custom App display with the tiles created by the user using the sepal color framework. |
|
Custom AppBar widget with the provided title using the sepal color framework. |
|
Custom DrawerItem using the user input. |
|
Custom Footer with cuzomizable text. |
|
A language selector for sepal-ui based application. |
|
Custom NavDrawer using the different DrawerItems of the user. |
|