03.
PLAYGROUND
// interactive UI components showcase
SLIDER
// basic value slider
VALUE:50
TOGGLE
// binary switch control
VALUE:OFF
RANGE_SLIDER
// dual value range selector
VALUE:25 - 75
KNOB
// rotary control dial
VALUE:0
STEPPER
// increment/decrement control
10
VALUE:10
CHECKBOX
// multi-select options
VALUE:2
RATING
// star rating system
VALUE:3/5
PROGRESS_BAR
// loading indicator
65%
VALUE:65%
COLOR_PICKER
// color selection tool
VALUE:#00ff41
SEGMENTED_CONTROL
// multi-option selector
VALUE:OPTION_1
RADIO_GROUP
// single choice selector
VALUE:option1
DROPDOWN
// select from list
VALUE:option1