sepal_ui.sepalwidgets.tile#

Custom Card widget to create Tiles in application.

Gather the customized ipyvuetifyWidgets used to create Tiles in the application panel 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.TileDisclaimer()

Classes

Tile(**kwargs)

Custom Layout widget for the sepal UI framework.

TileAbout(**kwargs)

Create an about tile using a .md file.

TileDisclaimer(**kwargs)

Create an about tile.