sepal_ui.sepalwidgets.inputs#

Custom input widgets to setup parameters in application.

Gather the customized ipyvuetifyWidgets used to create input fields in applications. 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.DatePicker()

Classes

AssetSelect(**kwargs)

Custom widget input to select an asset inside the asset folder of the user.

DatePicker(**kwargs)

New in version 2.13.0.

FileInput(**kwargs)

Custom input field to select a file in the sepal folders.

LoadTableField(**kwargs)

A custom input widget to load points data.

NumberField(**kwargs)

Custom widget to input numbers in text area and add/subtract with single increment.

PasswordField(**kwargs)

Custom widget to input passwords in text area and toggle its visibility.

SimpleSlider(**kwargs)

Simple Slider is a simplified slider that can be center aligned in table.

VectorField(**kwargs)

A custom input widget to load vector data.