{"id":25112308,"url":"https://github.com/jainex17/calendra","last_synced_at":"2026-06-19T18:32:24.512Z","repository":{"id":188672672,"uuid":"678829166","full_name":"Jainex17/Calendra","owner":"Jainex17","description":"amazing calendar for your React app.","archived":false,"fork":false,"pushed_at":"2023-08-26T06:30:58.000Z","size":469,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-11T21:34:41.010Z","etag":null,"topics":["calendar","npm-package","react-calendar"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/calendra","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jainex17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-08-15T13:31:54.000Z","updated_at":"2023-08-20T08:03:53.000Z","dependencies_parsed_at":"2025-04-02T10:43:35.664Z","dependency_job_id":null,"html_url":"https://github.com/Jainex17/Calendra","commit_stats":null,"previous_names":["jainex17/calendary"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jainex17/Calendra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jainex17%2FCalendra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jainex17%2FCalendra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jainex17%2FCalendra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jainex17%2FCalendra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jainex17","download_url":"https://codeload.github.com/Jainex17/Calendra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jainex17%2FCalendra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34544403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["calendar","npm-package","react-calendar"],"created_at":"2025-02-08T01:38:27.018Z","updated_at":"2026-06-19T18:32:24.496Z","avatar_url":"https://github.com/Jainex17.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# calendra\n\n\u003cdiv align=\"center\"\u003e\n  \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\u003cimg src=\"https://github.com/Jainex17/Calendra/assets/81921291/c88584d8-3e1b-4c30-8bde-059c4da8ad51\" /\u003e\u003c/td\u003e\n      \u003ctd\u003e\u003cimg src=\"https://github.com/Jainex17/Calendra/assets/81921291/1f73298a-30fc-4a4c-9afb-0d5dd39c757b\" /\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n\n## Props\n\n| Name         | Type                                            | Default  | Description                                                                   |\n|--------------|-------------------------------------------------|----------|-------------------------------------------------------------------------------|\n| dateValue  | Date                                          | Required | The selected date value.                                                      |\n| setDateValue | (value: React.SetStateAction\u003cDate\u003e) =\u003e void  | Required | A function to set the new date value.                                        |\n| darkMode   | boolean                                       | `false`  | Optional. Set to `true` to enable dark mode.                                 |\n| readOnly   | boolean                                       | `false`  | Optional. Set to `true` to disable user interactions with the calendar.       |\n| yearRange  | [number, number]                             | last 50 year | Optional. The allowed range of years for the calendar.                     |\n\n\n### Usage\n\nHere's an example of basic usage:\n\n```tsx\nimport React, { useState } from 'react';\nimport { Calendar } from 'calendra';\n\nfunction App() {\n  const [dateValue, setDateValue] = useState(new Date());\n\n  return (\n    \u003c\u003e\n      \u003cCalendar dateValue={dateValue} setDateValue={setDateValue} /\u003e\n    \u003c/\u003e\n  );\n}\n```\n\nHere's an example of dark mode usage:\n\n```tsx\nimport React, { useState } from 'react';\nimport { Calendar } from 'calendra';\n\nfunction App() {\n  const [dateValue, setDateValue] = useState(new Date());\n  const [darkMode, setDarkMode] = useState(false);\n\n  return (\n    \u003c\u003e\n      \u003cCalendar \n          dateValue={dateValue} \n          setDateValue={setDateValue} \n          darkMode={darkMode}\n        /\u003e\n    \u003c/\u003e\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjainex17%2Fcalendra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjainex17%2Fcalendra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjainex17%2Fcalendra/lists"}