DatetimeInput
DateTime input field for selecting both date and time with native browser controls
Basic DateTime Input
Simple datetime input for date and time selection
Show Code
DateTime Input with Range
DateTime input with min/max constraints
Show Code
DateTime Input Sizes
Different datetime input sizes
Show Code
DateTime Input States
Different input states and colors
Show Code
Usage Notes
- Uses native browser datetime picker for consistent UX
- Value format should be YYYY-MM-DDTHH:MM
- Use min/max props to restrict selectable date/time range
- Step prop can control time increment precision
- Consider timezone handling for international applications