import * as React from 'react'; import ComponentExample from '../../../../components/ComponentDoc/ComponentExample'; import ExampleSection from '../../../../components/ComponentDoc/ExampleSection'; const Usage = () => ( This example contains:
  • a Slider that allows the user to choose a value from within a specific range of values.
  • a Button that changes its icon and toggles the Slider value when clicked (between current value and minimum value).
  • an Input that changes and displays the current Slider value.
} examplePath="components/Slider/Usage/SliderExampleAction" />
); export default Usage;