shadcn-templ 2.0 beta. Switch to templUI v1
1.7k

April 2026 - Range Slider

A two-handle Range component for the Slider, and optional modal mode for the Dialog.

The Slider component gained a Range component for selecting a value range with two handles. The slider was rebuilt around a custom implementation, replacing the native <input type="range"> — existing usages need to be updated to the new component API (breaking change).

Dialog gained optional modal mode via DisableModal on dialog.Content, allowing the native backdrop to be disabled for dialogs that contain nested overlays.

Released in v1.10.0.