Commit 6d4f72cd by Jess Committed by GitHub

Create Slider.mdx (#26149)

add simple documentation for slider component
parent fd29b952
import { Meta, Props } from '@storybook/addon-docs/blocks';
import { Slider } from './Slider';
<Meta title="MDX|Slider" />
# Slider
The `Slider` component is an input element where users can manipulate one or two values 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.
<Props of={Slider} />
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment