diff --git a/docs/4.0/components/forms.md b/docs/4.0/components/forms.md index 7db4644b8dc9..fadc2dd27c55 100644 --- a/docs/4.0/components/forms.md +++ b/docs/4.0/components/forms.md @@ -105,6 +105,19 @@ Set heights using classes like `.form-control-lg` and `.form-control-sm`. {% endexample %} +## Range Inputs + +Set horizontally scrollable range inputs using `.form-control-range`. + +{% example html %} +
+
+ + +
+
+{% endexample %} + ### Readonly Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.