Brand Design System

Sliders

Sliders allow users to make selections from a range of values. Material Design 3 sliders feature a track, handle, and optional value indicators.

Live Preview

Volume

50%

Price Range

$25 - $75

Rating

3 / 5
12345

Disabled

40%

Brand Properties

PropertyTypeMaterial DefaultHoB ValueTAE Value
track.heightdimension4px4px4px
track.borderRadiusdimension2px2px2px
handle.sizedimension20px20px20px
handle.elevationshadowLevel 10 2px 4px rgba(0,0,0,0.2)0 2px 4px rgba(0,0,0,0.2)
activeTrack.colorcolor#6750A4#038012#1A5129
inactiveTrack.colorcolor#E7E0EC#E7E0EC#E7E0EC
handle.colorcolor#6750A4#038012#1A5129
tickMark.sizedimension4px4px4px
tickMark.activeColorcolor#6750A4#038012#1A5129
tickMark.inactiveColorcolor#CAC4D0#CAC4D0#CAC4D0
disabled.trackColorcolor#CAC4D0#CAC4D0#CAC4D0
touchTarget.minHeightdimension48px48px48px

Slider Types

Continuous Slider

Allows users to select any value within a range. Best for approximate values.

Range Slider

Allows users to select a range with two handles. Useful for price or date ranges.

Discrete Slider

Snaps to predefined values with tick marks. Best for specific increments.

Usage Guidelines

  • Use continuous sliders when precise values are not required
  • Use discrete sliders with tick marks when specific values matter
  • Use range sliders for filtering by a range of values
  • Always display the current value, especially for precise adjustments
  • Consider adding input fields alongside sliders for direct value entry
  • Ensure sufficient touch target size (minimum 48px) for mobile use

Related