Skip to main content

Slider

You can utilize the slider to establish the beginning and conclusion of a range by providing an array of values to the value property.

dp.markdown
dp.markdown(body, id=None, cssClassName=None, cssStyles=None)

Parameters

ParameterDescription
body (str)Markdown text
id (str)HTML identifier attribute
cssClassName (str)HTML class attribute
cssStyles (Dict[str, Any])CSS properties
warning

step must be a multiple of (max_value - min_value)