Back to Flet

Shimmer

website/docs/controls/shimmer.md

0.85.3.dev0880 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.gif'} imageCaption="Shimmer" imageWidth="30%"/>

Examples

<CodeExample path={frontMatter.examples + '/shimmer/main.py'} language="python" />

<Image src={frontMatter.example_images + '/image_for_docs.gif'} alt="custom-label" width="30%" />

<CodeExample path={frontMatter.examples + '/shimmer_basic_placeholder/main.py'} language="python" />

<Image src={frontMatter.example_images + '/basic_placeholder.png'} alt="custom-label" width="30%" />

<CodeExample path={frontMatter.examples + '/custom_gradient/main.py'} language="python" />

<Image src={frontMatter.example_images + '/custom_gradient.png'} alt="custom-label" width="30%" />

<ClassMembers name={frontMatter.class_name} />