{"id":18829493,"url":"https://github.com/freecodecamp/ui","last_synced_at":"2026-02-09T02:05:28.660Z","repository":{"id":231379735,"uuid":"781586977","full_name":"freeCodeCamp/ui","owner":"freeCodeCamp","description":"freeCodeCamp's UI Component Library","archived":false,"fork":false,"pushed_at":"2026-01-26T13:33:38.000Z","size":32750,"stargazers_count":58,"open_issues_count":23,"forks_count":34,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-27T02:56:41.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opensource.freecodecamp.org/ui","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/freeCodeCamp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"freecodecamp","patreon":"freecodecamp","custom":["www.freecodecamp.org/donate"]}},"created_at":"2024-04-03T17:01:57.000Z","updated_at":"2026-01-25T01:04:58.000Z","dependencies_parsed_at":"2025-04-18T19:47:22.788Z","dependency_job_id":"116cfe5d-c93e-4bed-808b-424a87e4ef28","html_url":"https://github.com/freeCodeCamp/ui","commit_stats":null,"previous_names":["freecodecamp/ui"],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/freeCodeCamp/ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freeCodeCamp","download_url":"https://codeload.github.com/freeCodeCamp/ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freeCodeCamp%2Fui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29254306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T01:52:29.835Z","status":"online","status_checked_at":"2026-02-09T02:00:09.501Z","response_time":56,"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":[],"created_at":"2024-11-08T01:45:01.235Z","updated_at":"2026-02-09T02:05:28.643Z","avatar_url":"https://github.com/freeCodeCamp.png","language":"TypeScript","readme":"\u003cimg src=\"https://cdn.freecodecamp.org/platform/universal/fcc_banner_new.png\" alt=\"freeCodeCamp banner\"\u003e\n\nfreeCodeCamp's component library is a collection of reusable React components that can be used in your projects. The components are built with accessibility in mind and are designed to be easy to use and customize.\n\n## Installation\n\n- Run the following command to install the library:\n\n```bash\npnpm install @freecodecamp/ui\n```\n\n- Import the library's base stylesheet into your app:\n\n```tsx\n// app.tsx\nimport \"@freecodecamp/ui/dist/base.css\";\nimport \"./my-app.css\"; // Your custom stylesheet should be imported after, in order to override the base.\n```\n\n- Use the `getThemingClass` util to get a CSS class for theming, and add the class to the `body` element:\n\n```tsx\nimport { getThemingClass } from \"@freecodecamp/ui\";\n\nconst MyApp = () =\u003e {\n\tconst cls = getThemingClass();\n\n\treturn \u003cbody className={cls}\u003e\u003c/body\u003e;\n};\n```\n\n## Docs\n\nTo see the components in action, check out the [Storybook](https://freecodecamp.github.io/ui/).\n","funding_links":["https://github.com/sponsors/freecodecamp","https://patreon.com/freecodecamp","www.freecodecamp.org/donate"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreecodecamp%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreecodecamp%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreecodecamp%2Fui/lists"}