{"id":20525963,"url":"https://github.com/codeyellowbv/daycy","last_synced_at":"2026-03-05T17:19:13.073Z","repository":{"id":34900543,"uuid":"188238544","full_name":"CodeYellowBV/daycy","owner":"CodeYellowBV","description":"Simple date (range) picker for React based on Semantic-UI.","archived":false,"fork":false,"pushed_at":"2023-11-29T11:24:26.000Z","size":3774,"stargazers_count":1,"open_issues_count":16,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-11T05:44:09.926Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/CodeYellowBV.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-05-23T13:21:58.000Z","updated_at":"2021-11-03T14:34:19.000Z","dependencies_parsed_at":"2023-11-29T12:29:46.610Z","dependency_job_id":"7ab20ce1-a929-4a08-a128-bf90850b35f1","html_url":"https://github.com/CodeYellowBV/daycy","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fdaycy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fdaycy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fdaycy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fdaycy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeYellowBV","download_url":"https://codeload.github.com/CodeYellowBV/daycy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248629953,"owners_count":21136351,"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":[],"created_at":"2024-11-15T23:11:32.291Z","updated_at":"2026-03-05T17:19:13.026Z","avatar_url":"https://github.com/CodeYellowBV.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DayCY\n[![npm](https://img.shields.io/npm/v/daycy.svg)](https://www.npmjs.com/package/daycy/)\n\nSimple date (range) picker for React based on Semantic-UI.\n\n[**Demo / overview of all components**](https://CodeYellowBV.github.io/daycy/)\n\n## Install\n```\nnpm install daycy\n```\n\n## Usage\nFirst we will have to include the CSS. The easiest way to do this is to have\nyour babel setup in such a way that you can import CSS. DayCY also needs the\nCSS from Semantic UI.\n```\nnpm install semantic-ui-css\n```\n```jsx\nimport 'semantic-ui-css/semantic.min.css';\nimport 'daycy/dist/daycy.css';\n```\nThis has the added benefit of automatically keeping the CSS in sync with the\nversion of the package you have installed.\n\n## Internationalization\nBy default the calendar popup will use English names for the months and days of\nthe week. To override this you can change the translation function.\n```jsx\nimport { configureTranslation } from 'daycy';\n\nfunction myTranslationFunction(key) {\n    // Insert your logic here\n}\n\nconfigureTranslation(myTranslationFunction);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeyellowbv%2Fdaycy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeyellowbv%2Fdaycy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeyellowbv%2Fdaycy/lists"}