website/docs/controls/appbar.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 AppBar" imageWidth="65%" />
<CodeExample path={frontMatter.examples + '/actions_and_popup_menu/main.py'} language="python" />
<Image src={frontMatter.example_images + '/app_bar_flow.gif'} alt="actions-and-popup-menu" width="55%" />
<CodeExample path={frontMatter.examples + '/theme_mode_toggle/main.py'} language="python" />
<Image src={frontMatter.example_images + '/theme_mode_toggle_flow.gif'} alt="theme-and-material-mode-toggles" width="55%" />
<ClassMembers name={frontMatter.class_name} />