website/docs/controls/slider.md
import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs';
<ClassSummary name={frontMatter.class_name} image={frontMatter.example_images + '/image_for_docs.png'} imageCaption="Basic slider" imageWidth="70%"/>
<CodeExample path={frontMatter.examples + '/basic/main.py'} language="python" />
<Image src={frontMatter.example_images + '/basic.png'} alt="basic" width="20%" />
<CodeExample path={frontMatter.examples + '/custom_label/main.py'} language="python" />
<Image src={frontMatter.example_images + '/custom_label.png'} alt="custom-label" width="30%" />
<CodeExample path={frontMatter.examples + '/handling_events/main.py'} language="python" />
<Image src={frontMatter.example_images + '/handling_events.png'} alt="handling-events" width="25%" />
<CodeExample path={frontMatter.examples + '/random_values/main.py'} language="python" />
<Image src={frontMatter.example_media + '/random_values.gif'} alt="random-values" width="65%" />
<ClassMembers name={frontMatter.class_name} />