Back to Flet

ResponsiveRow

website/docs/controls/responsiverow.md

0.85.3.dev0739 B
Original Source

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%"/>

Examples

<CodeExample path={frontMatter.examples + '/responsive_row/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%" />

<CodeExample path={'controls/core/responsive_row/scrollable/main.py'} language="python" />

<ClassMembers name={frontMatter.class_name} />