diff --git a/site/src/content/docs/forms/range.mdx b/site/src/content/docs/forms/range.mdx index 2ead074a9f..3f1b1349b7 100644 --- a/site/src/content/docs/forms/range.mdx +++ b/site/src/content/docs/forms/range.mdx @@ -32,6 +32,27 @@ By default, range inputs “snap” to integer values. To change this, you can s Example range `} /> +## Output value + +The value of the range input can be shown using the `output` element and a bit of JavaScript. + +Example range + + + + `} /> + ## CSS ### Sass variables