website/docs/controls/dropdownm2.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 DropdownM2" imageWidth="25%"/>
<CodeExample path={frontMatter.examples + '/basic/main.py'} language="python" />
<Image src={frontMatter.example_media + '/basic.gif'} alt="basic" width="40%" />
<CodeExample path={frontMatter.examples + '/label_and_hint/main.py'} language="python" />
<Image src={frontMatter.example_media + '/label_and_hint.gif'} alt="label-and-hint" width="35%" />
<CodeExample path={frontMatter.examples + '/handling_events/main.py'} language="python" />
<Image src={frontMatter.example_media + '/handling_events.gif'} alt="handling-events" width="40%" />
<CodeExample path={frontMatter.examples + '/add_and_delete_options/main.py'} language="python" />
<Image src={frontMatter.example_media + '/add_and_delete_options.gif'} alt="add-and-delete-options" width="50%" />
<ClassMembers name={frontMatter.class_name} />