A reusable React time input component with dropdown suggestions for convenient time selection.
- User-Friendly Time Input: Accepts input in
HH:MM
format with automatic formatting. - Dropdown Time Suggestions: Provides a list of 30-minute interval times for quick selection.
- Fully Customizable: Allows you to pass in custom labels, error messages, and other props.
- Keyboard and Mouse Support: Works seamlessly with both input methods.
- Accessibility: Includes focus management and keyboard navigation.
Install the package using npm:
npm install time-input-palash