{"id":28251481,"url":"https://github.com/catchrelease/arbor","last_synced_at":"2025-06-11T05:32:41.765Z","repository":{"id":33153915,"uuid":"150782142","full_name":"CatchRelease/arbor","owner":"CatchRelease","description":"Reacklebox - Catch\u0026Release's Design System","archived":false,"fork":false,"pushed_at":"2023-01-09T15:02:14.000Z","size":6691,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-05-18T11:07:13.988Z","etag":null,"topics":["arbor","design-system","react"],"latest_commit_sha":null,"homepage":"https://catchrelease.github.io/arbor/","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/CatchRelease.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}},"created_at":"2018-09-28T18:47:58.000Z","updated_at":"2023-03-29T21:58:36.000Z","dependencies_parsed_at":"2023-01-14T23:45:27.545Z","dependency_job_id":null,"html_url":"https://github.com/CatchRelease/arbor","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatchRelease%2Farbor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatchRelease%2Farbor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatchRelease%2Farbor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatchRelease%2Farbor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CatchRelease","download_url":"https://codeload.github.com/CatchRelease/arbor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CatchRelease%2Farbor/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259207604,"owners_count":22821718,"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":["arbor","design-system","react"],"created_at":"2025-05-19T15:14:58.244Z","updated_at":"2025-06-11T05:32:41.750Z","avatar_url":"https://github.com/CatchRelease.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build\nStatus](https://travis-ci.com/CatchRelease/arbor.svg?branch=master)](https://travis-ci.com/CatchRelease/arbor)\n\n[![code style:\nprettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\n# Arbor\n\nArbor is a set of React UI components for [Catch\u0026Release's](https://www.catchandrelease.com/) design system.\nIt is built using [emotion](https://emotion.sh/) and [styled-system](https://github.com/jxnblk/styled-system).\n\n## Getting Started\n\n### Installation\n\nInstall the [Arbor package](https://www.npmjs.com/package/@catchandrelease/arbor) and its dependencies.\n\n```\nnpm install --save @catchandrelease/arbor\n```\n\nor\n\n```\nyarn add @catchandrelease/arbor\n```\n\n### Usage\n\n```jsx\nimport React from 'react';\nimport { render } from 'react-dom';\nimport { Heading, theme } from '@catchandrelease/arbor';\nimport { ThemeProvider } from '@emotion/react';\n\nfunction App() {\n  return (\n    \u003cThemeProvider theme={theme}\u003e\n      \u003cHeading.H1\u003eHello World\u003c/Heading.H1\u003e\n    \u003c/ThemeProvider\u003e\n  );\n}\n\nrender(\u003cApp /\u003e, document.getElementById('app'));\n```\n\nThe application must be wrapped in an emotion `ThemeProvider` in order to work.\nYou can import the base theme from arbor, or customize it and pass in your own.\nSee [emotion-theming](https://github.com/emotion-js/emotion/blob/master/docs/theming.mdx).\n\n## License\n\nThe package is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatchrelease%2Farbor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatchrelease%2Farbor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatchrelease%2Farbor/lists"}