website/docs/controls/timepicker.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="Time picker" imageWidth="60%"/>
<CodeExample path={frontMatter.examples + '/basic/main.py'} language="python" />
<Image src={frontMatter.example_images + '/basic.gif'} width="55%" />
<CodeExample path={frontMatter.examples + '/hour_formats/main.py'} language="python" />
<Image src={frontMatter.example_images + '/hour_formats.gif'} width="55%" />
<CodeExample path={frontMatter.examples + '/custom_locale/main.py'} language="python" />
<Image src={frontMatter.example_images + '/custom_locale.png'} width="55%" />
<ClassMembers name={frontMatter.class_name} />