Back to React Bootstrap

Range

www/docs/forms/range.mdx

2.10.10510 B
Original Source

import Range from '!!raw-loader!../examples/Form/Range';

Overview

Create custom <input type="range"> controls with <FormRange>. 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.

<CodeBlock language="jsx" live> {Range} </CodeBlock>

API

FormRange

<PropsTable name="FormRange" />