Example Usage

#An Example Slider: 
from zero_true import Slider


example = Slider(min=0, max=1, step=0.01, value=0.5, label="Sample_Range")

Example Output

Overview

pydantic model zero_true.Slider

Slider can provide unique range of values that can be inputed and used elsewhere.

JSON Schema

Bellow are the various attributes you can assign to the component. Utlizing them can allow for modifications to the pre-created object.
zero_true.Slider
Zero True Component

Methods

classmethod get_value_from_global_state(value, values)