sepal_ui.sepalwidgets.inputs.SimpleSlider#

class sepal_ui.sepalwidgets.inputs.SimpleSlider(**kwargs)[source]#

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

The normal vuetify slider is included html placeholder for the thumbs and the messages (errors and hints). This is preventing anyone from center-aligning them in a table. This class is behaving exactly like a regular Slider but embed extra css class to prevent the display of these sections. any hints or message won’t be displayed.

Attributes

Methods

__init__

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

SimpleSlider.__init__(**kwargs)[source]#

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

The normal vuetify slider is included html placeholder for the thumbs and the messages (errors and hints). This is preventing anyone from center-aligning them in a table. This class is behaving exactly like a regular Slider but embed extra css class to prevent the display of these sections. any hints or message won’t be displayed.

Return type:

None