From ca8e57dac016f17ac3a971ae3802fe79804e15fc Mon Sep 17 00:00:00 2001
From: monsonego <169823410+monsonego@users.noreply.github.com>
Date: Sun, 5 Apr 2026 13:37:56 +0300
Subject: [PATCH] Docs: mention sliders in range docs
---
site/src/content/docs/forms/range.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
`} />