{"id":20519427,"url":"https://github.com/renli-tech/beyond","last_synced_at":"2025-04-14T02:10:55.469Z","repository":{"id":39032250,"uuid":"382082051","full_name":"renli-tech/Beyond","owner":"renli-tech","description":"A Design System by Renli","archived":false,"fork":false,"pushed_at":"2025-04-13T10:05:39.000Z","size":1397,"stargazers_count":14,"open_issues_count":13,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T11:20:37.782Z","etag":null,"topics":["design-system","javascript","nextjs","react","react-native","reactjs","ssr","theme","typescript","web-development","website"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/renli-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-07-01T15:42:37.000Z","updated_at":"2024-09-17T09:58:27.000Z","dependencies_parsed_at":"2023-09-29T18:20:16.000Z","dependency_job_id":"3e298830-669b-4542-b8c2-3bc3fe9038f8","html_url":"https://github.com/renli-tech/Beyond","commit_stats":{"total_commits":293,"total_committers":7,"mean_commits":"41.857142857142854","dds":0.552901023890785,"last_synced_commit":"401bb8bab38fcdbef5e3f4b8df4318ce00ad9bda"},"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renli-tech%2FBeyond","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renli-tech%2FBeyond/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renli-tech%2FBeyond/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renli-tech%2FBeyond/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renli-tech","download_url":"https://codeload.github.com/renli-tech/Beyond/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809046,"owners_count":21164896,"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":["design-system","javascript","nextjs","react","react-native","reactjs","ssr","theme","typescript","web-development","website"],"created_at":"2024-11-15T22:13:33.435Z","updated_at":"2025-04-14T02:10:55.433Z","avatar_url":"https://github.com/renli-tech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub](https://img.shields.io/github/license/renli-tech/Beyond?style=flat-square)\n![GitHub last commit](https://img.shields.io/github/last-commit/renli-tech/Beyond?style=flat-square)\n\n\u003cimg src=\"./logo/light.png\" alt=\"beyond-logo\"/\u003e\n\u003c!-- \u003cimg src=\"./logo/dark.png\" alt=\"beyond-logo\"/\u003e --\u003e\n\n\u003ch1 align=\"center\"\u003eBeyond Design System\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nA design system for Renli\u003c/p\u003e\n\n## Packages\n\n| packages  \n| --------------------------------------------------\n| [@beyond-ui/shared](./packages/shared)  \n| [@beyond-ui/react](./packages/react)  \n| [@beyond-ui/react-native](./packages/react-native)\n| [@beyond-ui/theme](./packages/theme)  \n| [@beyond-ui/system](./packages/system)\n\n\u003cbr/\u003e\n\n## ✌ Usage\n\n\u003cbr/\u003e\n\n#### Create React App\n\n\u003cbr/\u003e\n\nTo use Beyond UI Library in React, all you need to do is install the\n`@beyond-ui/react` package:\n\n```sh\n$ yarn add @beyond-ui/react\n\n# or\n\n$ npm i @beyond-ui/react\n```\n\n2. Now you can start importing components:\n\n```jsx\nimport { Button } from \"@beyond-ui/react\";\n\nfunction App() {\n  return (\n        \u003cButton\u003e\n            Hello,Welcome to Beyond Ui\n        \u003cButton\u003e\n      )\n};\n\n```\n\n3. You can also define your own Theme:\n\n```jsx\nimport { ThemeProvider, Button } from \"@beyond-ui/react\";\n\nfunction App() {\n  return (\n        \u003cThemeProvider theme={{\n            color : {\n                myCustomColor : \"#0d0d0d\"\n            }\n        }}\u003e\n            \u003cButton bgcolor=\"myCustomColor\"\u003e\n            This Button is using a custom theme color\n            \u003c/Button\u003e\n        \u003cThemeProvider\u003e\n      )\n};\n```\n\n\u003cbr/\u003e\n\n#### React-Native\n\n\u003cbr/\u003e\n\n😎 Support for React-Native is Coming Soon...\n\n\u003cbr/\u003e\n\n## Contributing\n\nFeel like contributing? That's awesome! We have a\n[contributing guide](./CONTRIBUTING.md) to help guide you.\n\n## License\n\n[License MIT](./LICENSE) © [Renli](https://github.com/renli-tech)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenli-tech%2Fbeyond","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenli-tech%2Fbeyond","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenli-tech%2Fbeyond/lists"}