import { Meta, Props } from '@storybook/addon-docs/blocks'; import { RangeSliderProps } from './types'; <Meta title="MDX|RangeSlider" /> # Range-slider The `Range-slider` component is an input element where users can manipulate two values on a one-dimensional axis. `Range-slider` can be implemented in horizontal or vertical orientation. You can set the default starting values for the slider with the `value` prop. <Props of={RangeSliderProps} />