import { Meta, Props } from '@storybook/addon-docs/blocks';
import { SliderProps } from './types';
# Slider
The `Slider` component is an input element where users can manipulate one value on a one-dimensional axis.
`Slider` can be implemented in horizontal or vertical orientation. You can set the default starting value(s) for the slider with the `value` prop.