{"id":16297999,"url":"https://github.com/frontsideair/react-clockpicker","last_synced_at":"2025-03-20T05:30:36.690Z","repository":{"id":57332790,"uuid":"50017242","full_name":"frontsideair/react-clockpicker","owner":"frontsideair","description":"React port of Clockpicker input widget","archived":false,"fork":false,"pushed_at":"2018-04-15T15:48:11.000Z","size":64,"stargazers_count":10,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T14:52:51.402Z","etag":null,"topics":["clockpicker","component","react","timepicker","widget"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frontsideair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-20T08:51:56.000Z","updated_at":"2020-04-01T13:29:58.000Z","dependencies_parsed_at":"2022-08-30T21:40:48.938Z","dependency_job_id":null,"html_url":"https://github.com/frontsideair/react-clockpicker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontsideair%2Freact-clockpicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontsideair%2Freact-clockpicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontsideair%2Freact-clockpicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frontsideair%2Freact-clockpicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frontsideair","download_url":"https://codeload.github.com/frontsideair/react-clockpicker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244559670,"owners_count":20472206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clockpicker","component","react","timepicker","widget"],"created_at":"2024-10-10T20:43:20.306Z","updated_at":"2025-03-20T05:30:36.411Z","avatar_url":"https://github.com/frontsideair.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React ClockPicker\n\nReact port of [Wang Shenwei](https://github.com/weareoutman)'s excellent [ClockPicker](https://github.com/weareoutman/clockpicker) widget.\n\n\u003e This repo is no longer maintained. Requests to take over are welcome.\n\n## Installation\n\n``` sh\nnpm install --save react-clockpicker\n```\n\n## Usage\n\n``` javascript\n# Import using ES6 modules\nimport ClockPicker from 'react-clockpicker'\n\n# Import using CommonJS modules\nvar ClockPicker = require('react-clockpicker')\n\n# Use the component\n\u003cClockPicker\n  hours={hours}\n  minutes={minutes}\n  disabled={false}\n  placement=\"right\"\n  addonBefore={...}\n  onChange={(hours, minutes) =\u003e this.setState({ hours, minutes })} /\u003e\n```\n\nYou need to have `bootstrap.min.css` and `react-clockpicker.css` on the page too.\n\n## Roadmap\n\n- [ ] Better documentation\n- [ ] Have validation states\n- [ ] Use direct text input\n- [ ] Github pages example\n- [ ] Support dragging cursor while selecting time\n- [ ] Remove `react-bootstrap` dependency?\n- [ ] Dismiss button\n- [ ] AM/PM selection\n- [ ] Transition effects\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontsideair%2Freact-clockpicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrontsideair%2Freact-clockpicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrontsideair%2Freact-clockpicker/lists"}