{"id":24663613,"url":"https://github.com/sylcastaing/react-next-dates","last_synced_at":"2025-10-08T00:31:08.881Z","repository":{"id":42630368,"uuid":"321056732","full_name":"sylcastaing/react-next-dates","owner":"sylcastaing","description":"Simple and Customizable DatePicker, DateRangePicker and TimePicker for React.","archived":false,"fork":false,"pushed_at":"2023-07-05T16:57:32.000Z","size":1582,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-07T03:22:56.246Z","etag":null,"topics":["calendar","clock","date","datepicker","daterangepicker","datetimepicker","react","typescript"],"latest_commit_sha":null,"homepage":"https://sylcastaing.github.io/react-next-dates","language":"TypeScript","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/sylcastaing.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-13T12:12:47.000Z","updated_at":"2024-04-17T21:31:31.000Z","dependencies_parsed_at":"2024-06-21T03:52:21.784Z","dependency_job_id":"b92cff1b-c7c6-4bbb-839e-22c796f60982","html_url":"https://github.com/sylcastaing/react-next-dates","commit_stats":{"total_commits":75,"total_committers":4,"mean_commits":18.75,"dds":0.09333333333333338,"last_synced_commit":"8e47cac276a808a57a945a934ecb3192c8e5efe5"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylcastaing%2Freact-next-dates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylcastaing%2Freact-next-dates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylcastaing%2Freact-next-dates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylcastaing%2Freact-next-dates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sylcastaing","download_url":"https://codeload.github.com/sylcastaing/react-next-dates/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235665657,"owners_count":19026236,"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":["calendar","clock","date","datepicker","daterangepicker","datetimepicker","react","typescript"],"created_at":"2025-01-26T05:15:29.574Z","updated_at":"2025-10-08T00:31:08.461Z","avatar_url":"https://github.com/sylcastaing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"350\" height=\"150\" src=\"https://user-images.githubusercontent.com/12694685/103485210-07e97a00-4df5-11eb-80cc-c4e6bc78d680.png\"/\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Simple and Customizable DatePicker, DateRangePicker and TimePicker.\n\u003c/h3\u003e\n\n\u003cbr/\u003e\n\n![npm](https://img.shields.io/npm/v/react-next-dates?style=flat-square)\n![NPM](https://img.shields.io/npm/l/react-next-dates?style=flat-square)\n![npm](https://img.shields.io/npm/dm/react-next-dates?style=flat-square)\n\n# Installation\n\n`React Next Dates` is available on [NPM](https://www.npmjs.com/package/react-next-dates).\n\nFor date operations and translations, React Next Dates use [date-fns](https://date-fns.org/) as peerDependencies. Don't forget to install it.\n\n## Install package\n\n### With NPM :\n\n```sh\nnpm install react-next-dates date-fns --save\n```\n\n### With Yarn :\n\n```sh\nyarn add react-next-dates date-fns\n```\n\n### Peer Dependencies\n\n| Library   | Version  |\n| --------- | -------- |\n| date-fns  | `^2.0.0` |\n| react     | `\u003e=16`   |\n| react-dom | `\u003e=16`   |\n\n## Add styles\n\nDon't forget to inject stylesheet on your app.\n\n### CSS\n\n```js\nimport 'react-next-dates/dist/style.css';\n```\n\n### Sass\n\n```js\nimport 'react-next-dates/dist/style.scss';\n```\n\n\u003e See [Theming Section](https://sylcastaing.github.io/react-next-dates/docs/documentation-theming--page)\n\n# Documentation\n\nAll documentation is available on [StoryBook](https://sylcastaing.github.io/react-next-dates).\n\n**Quick links** :\n\n- [Installation](https://sylcastaing.github.io/react-next-dates/docs/documentation-installation--page)\n- [Theming](https://sylcastaing.github.io/react-next-dates/docs/documentation-theming--page)\n- [Customization](https://sylcastaing.github.io/react-next-dates/docs/documentation-customization)\n- [DatePicker](https://sylcastaing.github.io/react-next-dates/docs/components-datepicker)\n- [DateRangePicker](https://sylcastaing.github.io/react-next-dates/docs/components-daterangepicker)\n- [TimePicker](https://sylcastaing.github.io/react-next-dates/docs/components-timepicke)\n\n# Development\n\nThis library was created with [dts](https://weiran-zsd.github.io/dts-cli)\n\n# Credits\n\nReact Next Dates is highly inspired by :\n\n- [React Nice Dates](https://reactnicedates.hernansartorio.com/)\n- [Jquery Clock TimePicker](https://github.com/loebi-ch/jquery-clock-timepicker)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylcastaing%2Freact-next-dates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsylcastaing%2Freact-next-dates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylcastaing%2Freact-next-dates/lists"}