Slider
See: https://www.carbondesignsystem.com/components/slider/usage/
Sliders provide a visual indication of adjustable content, where the user can increase or decrease the value by moving the handle along a horizontal track.
Overview
The slider in its basic form should be accompanied by a label and a number input that doubles as a display for the slider’s current value.
The basic slider does not include discrete values, as the slider represents a percentage of 0-100. In this case it is not necessary for a user to choose a specific value, but instead generally increase or decrease an input. For example, the user increases the slider amount and the volume of the music gets louder.
The more complex versions should be used for selecting a specific value within a value range.
- class carbondesign.tags.slider.Slider(*args, **kwargs)
Slider component.
- NODE_PROPS = ('id', 'min', 'max', 'step', 'light')
Extended Template Tag arguments.
- CLASS_AND_PROPS = ('label', 'slider')
Prepare xxx_class and xxx_props values.
- prepare(values, context)
Prepare values for rendering the templates.
- render_default(values, context)
Output html of the component.