diff --git a/site/src/content/docs/forms/range.mdx b/site/src/content/docs/forms/range.mdx index fecf7ba79808..dd824f4f5f40 100644 --- a/site/src/content/docs/forms/range.mdx +++ b/site/src/content/docs/forms/range.mdx @@ -1,12 +1,12 @@ --- title: Range -description: Use our custom range inputs for consistent cross-browser styling and built-in customization. +description: Use our custom range inputs (sliders) for consistent cross-browser styling and built-in customization. toc: true --- ## Overview -Create custom `` controls with `.form-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Firefox supports “filling” their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it. +Create custom `` controls with `.form-range`. These controls are sometimes also referred to as sliders. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Firefox supports “filling” their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it. Example range `} />