{"id":20525981,"url":"https://github.com/codeyellowbv/re-cy-cle","last_synced_at":"2025-04-14T04:09:10.273Z","repository":{"id":66356481,"uuid":"97374356","full_name":"CodeYellowBV/re-cy-cle","owner":"CodeYellowBV","description":"React component library for Code Yellow","archived":false,"fork":false,"pushed_at":"2023-12-12T10:43:48.000Z","size":3296,"stargazers_count":6,"open_issues_count":12,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-14T04:09:04.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://codeyellowbv.github.io/re-cy-cle/","language":"JavaScript","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/CodeYellowBV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-07-16T09:53:09.000Z","updated_at":"2023-04-24T10:32:23.000Z","dependencies_parsed_at":"2024-11-15T23:11:51.591Z","dependency_job_id":"5ee8b182-dc69-4ddf-baa8-817cc6efa131","html_url":"https://github.com/CodeYellowBV/re-cy-cle","commit_stats":{"total_commits":385,"total_committers":10,"mean_commits":38.5,"dds":"0.22597402597402594","last_synced_commit":"5c81c8e6b92ce9a9106b37ce9e5de8f23b3fd5d9"},"previous_names":[],"tags_count":90,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fre-cy-cle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fre-cy-cle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fre-cy-cle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeYellowBV%2Fre-cy-cle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeYellowBV","download_url":"https://codeload.github.com/CodeYellowBV/re-cy-cle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819405,"owners_count":21166477,"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:41.168Z","updated_at":"2025-04-14T04:09:10.267Z","avatar_url":"https://github.com/CodeYellowBV.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# re-cy-cle\n\nA React component library for Code Yellow.\n\n**Note that this library is still experimental**; we're using it in one production application in Code Yellow now. A lot of components still need to be added and fine-tuned.\n\n[**Demo / overview of all components**](https://codeyellowbv.github.io/re-cy-cle/)\n\n## Install\n\n```\nyarn add re-cy-cle\nnpm i re-cy-cle --save\n```\n\n## Usage\n\nThe components are [documented in the demo](https://codeyellowbv.github.io/re-cy-cle/), in the top-right you can press \"Show Info\" to see all the possible props for that component.\n\nAn example:\n\n```jsx\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport { ReCyCleTheme, Button } from 're-cy-cle';\n\nReactDOM.render(\n    \u003cReCyCleTheme\u003e\n        \u003cButton\u003eFoobar\u003c/Button\u003e\n    \u003c/ReCyCleTheme\u003e,\n    document.getElementById('root')\n);\n```\n\n`\u003cReCyCleTheme /\u003e` accepts a `theme` prop, which can be used to change some project-wide settings. An example:\n\n```jsx\nconst theme = {\n    primaryColor: '#006b94',\n};\n\n\u003cReCyCleTheme theme={theme} /\u003e\n```\n\nSee [all settings](https://github.com/CodeYellowBV/re-cy-cle/blob/master/src/config.js).\n\n## Contributing\n\nPlease read the [contributing](./CONTRIBUTING.md) guide.\n\n## Inspiration\n\n- [SEEK Style Guide](https://seek-oss.github.io/seek-style-guide/)\n- [Ant Design](https://ant.design/docs/react/introduce)\n- [Elemental UI](http://elemental-ui.com/)\n- [Material UI](http://www.material-ui.com/)\n- [Semantic UI React](http://react.semantic-ui.com/introduction)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeyellowbv%2Fre-cy-cle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeyellowbv%2Fre-cy-cle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeyellowbv%2Fre-cy-cle/lists"}