Pickers are named as <Wrapper><Type>Picker
.
When using the responsive wrapper we omit the wrapper type e.g. a ResponsiveTimePicker
is named TimePicker
.
In other words: The responsive variant is the default variant people should use.
In internal components we do not omit the Responsive
name.
Wrapper components are named <PickerComponent>Wrapper
e.g. ResponsiveTimePickerWrapper
WARNING: Currently CalendarPicker is DayPicker and the day
view is date
- DatePicker: textbox + calendarpicker
- TimePicker: textbox + clockpicker
- DateTimePicker: textbox + (clockpicker + calendarpicker + switch for calendar vs clock)
- CalendarPicker: selecting year+month+day
- ClockPicker: selecting hour+minute+second
- view: a part of calendar or clockpicker e.g.
year