Time Picker
See: https://the-carbon-components.netlify.app/?nav=time-picker
- class carbondesign.tags.time_picker.TimePicker(*args, **kwargs)
- Time Picker component. - NODE_PROPS = ('light', 'zones')
- Extended Template Tag arguments. 
 - CLASS_AND_PROPS = ('label', 'select')
- Prepare xxx_class and xxx_props values. 
 - prepare(values, context)
- Prepare values for rendering the templates. 
 - prepare_element_props(props, context)
- Prepare html attributes for rendering the form element. 
 - render_default(values, context)
- Output html of the component. 
 - render_tmpl_select_ampm(values, context)
- Dynamically render a part of the component’s template. 
 - render_tmpl_select_zone(values, context)
- Dynamically render a part of the component’s template. 
 - render_tmpl_timezones(values, context)
- Dynamically render a part of the component’s template.