diff --git a/site/content/docs/5.3/forms/range.md b/site/content/docs/5.3/forms/range.md index 58dea91019..de11fdea82 100644 --- a/site/content/docs/5.3/forms/range.md +++ b/site/content/docs/5.3/forms/range.md @@ -32,6 +32,15 @@ Add the `disabled` boolean attribute on an input to give it a grayed out appeara {{< /example >}} +## Dark variant + +Nothing to do here, just use it normally within a `.bg-dark` element. + +{{< example class="bg-dark" >}} + + +{{< /example >}} + ## Min and max Range inputs have implicit values for `min` and `max`—`0` and `100`, respectively. You may specify new values for those using the `min` and `max` attributes.