🎛️ Slider — Anatomy

Slider
 ├─ Label (optional)
 ├─ Value / Tooltip above handle (optional)
 ├─ Track Container
 │    ├─ Track (background line)
 │    ├─ Track Filled (active progress)
 │    ├─ Steps (optional – ticks below track)
 │    └─ Handles
 │         ├─ Simple Handle (single value)
 │         └─ Range Handles (start & end handles)
 └─ Error Message (if error state)


🔍 Anatomy Parts Explained

1. Track (Base Line)

The full slider line from minimum to maximum value.


2. Track Filled (Active Range)

The colored portion that reflects the current value(s).


3. Steps (Optional)

Small tick marks below the track.