Back to Grafana

Range-slider

packages/grafana-ui/src/components/Slider/RangeSlider.mdx

13.0.1448 B
Original Source

import { Meta, ArgTypes } from '@storybook/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.

<ArgTypes of={RangeSliderProps} />