{"id":26172639,"url":"https://github.com/astrian/datenel-react","last_synced_at":"2026-02-17T21:01:33.540Z","repository":{"id":278528799,"uuid":"935746618","full_name":"Astrian/datenel-react","owner":"Astrian","description":"Datenel is a web UI component for selecting dates.","archived":false,"fork":false,"pushed_at":"2025-03-05T14:44:42.000Z","size":435,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T01:31:38.208Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://datenel.js.org","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/Astrian.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,"zenodo":null}},"created_at":"2025-02-20T00:27:22.000Z","updated_at":"2025-03-05T14:44:46.000Z","dependencies_parsed_at":"2025-04-14T20:27:39.571Z","dependency_job_id":"306f9511-0cfa-4aca-8d33-9fdbb59a7f1b","html_url":"https://github.com/Astrian/datenel-react","commit_stats":null,"previous_names":["astrian/datenel-react"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Astrian/datenel-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrian%2Fdatenel-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrian%2Fdatenel-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrian%2Fdatenel-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrian%2Fdatenel-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Astrian","download_url":"https://codeload.github.com/Astrian/datenel-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Astrian%2Fdatenel-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-11T19:57:40.237Z","updated_at":"2026-02-17T21:01:33.524Z","avatar_url":"https://github.com/Astrian.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datenel\n\n**Datenel = Date + Panel**\n\nDatenel is a web UI component for selecting dates. It provides a customizable date picker panel that can be easily integrated into your React applications.\n\nWant to use Datenel in Vue.js 3 application? [We got you](https://www.npmjs.com/package/datenel-vue3).\n\n![A preview of Datenel components for SingleWeekPicker and SingleDayPicker](https://s2.loli.net/2025/02/21/CTnxMcEOg53WK9y.png)\n\n*Shadow border not included. Battery included.*\n\n## Features\n\n- **Zero runtime dependencies**: Slim size with low to 14.26 kB, also flexible to your favorite time processing library.\n- **Customizable Colors**: Easily change the main, accent, reversed, hover, and border colors of the panel.\n- **Localization**: Supports localization for different languages.\n- **Accessibility**: Includes features for screen readers and keyboard navigation.\n- **Programmatic Control**: Control the selected date programmatically and handle date selection events.\n- **JSDoc Support**: Full IDE prompt support to help you use Datenel more conveniently.\n\n## Installation\n\nTo install Datenel, use npm or yarn:\n\n```sh\nnpm install datenel-react # Use npm\nyarn add datenel-react # Use yarn\n```\n\n## Usage\n\nHere is an example of how to use Datenel in your React application:\n\n```tsx\nimport { SingleDatePicker } from 'datenel-react'\n\nexport default () =\u003e {\n  function onSelect(value) {\n    alert(`You selected ${value.year}-${value-month}-${value.day}`)\n  }\n\n  return \u003cSingleDatePicker \n    value={{\n      year: 2025,\n      month: 1,\n      day: 1\n    }}\n    onSelect={onSelect}\n  /\u003e\n}\n```\n\nFor more information and live demo, refer to [Datenel’s documentation](https://datenel.js.org/guide/react/gettingstart.html).\n\n## Supported Components \u0026 Props\n\n- [x] SingleDatePicker\n- [x] SingleWeekPicker\n- [ ] MultipleDatePicker\n- [ ] DateRangePicker\n\nMore features are on the roadmap.\n\n## Contribution \u0026 Development\n\n```zsh\nnpm i # or `yarn`\nnpm run dev # or `yarn dev`\n```\n\nThen the package will launch a testing React hot-reload server on `localhost:1926`. The server file is available in the `playground` folder, feel free to modify the content inside it.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrian%2Fdatenel-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fastrian%2Fdatenel-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fastrian%2Fdatenel-react/lists"}