Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 732 Bytes

TimeInput

A reusable React time input component with dropdown suggestions for convenient time selection.


Features

  • 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.

Visit NPM

Installation

Install the package using npm:

npm install time-input-palash