website/docs/controls/responsiverow.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="Responsive row" imageWidth="80%"/>
<CodeExample path={frontMatter.examples + '/basic/main.py'} language="python" />
<Image src={frontMatter.example_images + '/basic.gif'} width="80%" />
<CodeExample path={frontMatter.examples + '/custom_breakpoint/main.py'} language="python" />
<Image src={frontMatter.example_images + '/custom_breakpoint.gif'} width="70%" />