UNPKG

react-material-time-picker

Version:

TimePicker is a user interface component that allows the user to easily select a specific time. It provides an analog clock interface that is easy to use and intuitive. TimePicker can be easily integrated into other user interface components, making it a

4 lines 139 B
import React from "react"; import TimePicker from "./components/timepicker/Timepicker.js"; window.React = React; export default TimePicker;