From: Mark Otto Date: Mon, 9 Jun 2025 12:18:42 +0000 (-0700) Subject: Docs: add example of showing dynamic range value with output (#41516) X-Git-Tag: v5.3.7~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03f27a2b895eade538e91d812ba37d9e2bb2265d;p=thirdparty%2Fbootstrap.git Docs: add example of showing dynamic range value with output (#41516) Co-authored-by: Julien Déramond --- 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