website/docs/controls/rangeslider.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="Range Slider" />
<CodeExample path={frontMatter.examples + '/basic/main.py'} language="python" />
<Image src={frontMatter.example_images + '/basic.gif'} alt="basic" width="55%" />
<CodeExample path={frontMatter.examples + '/handling_change_events/main.py'} language="python" />
<Image src={frontMatter.example_images + '/handling_events.gif'} alt="handling_events" width="55%" />
<ClassMembers name={frontMatter.class_name} />