{"id":18293062,"url":"https://github.com/kubesphere/kube-design","last_synced_at":"2025-04-05T13:03:38.539Z","repository":{"id":38173932,"uuid":"252658769","full_name":"kubesphere/kube-design","owner":"kubesphere","description":"Kube Design for KubeSphere Console","archived":false,"fork":false,"pushed_at":"2024-05-28T08:21:01.000Z","size":6153,"stargazers_count":101,"open_issues_count":11,"forks_count":45,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-29T01:01:17.519Z","etag":null,"topics":["components-library","console","kubesphere","react"],"latest_commit_sha":null,"homepage":"https://design.kubesphere.io","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/kubesphere.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-03T07:14:06.000Z","updated_at":"2024-08-07T03:40:34.891Z","dependencies_parsed_at":"2024-01-11T05:56:41.337Z","dependency_job_id":"897080ba-7933-4c9a-8da8-5579cafda807","html_url":"https://github.com/kubesphere/kube-design","commit_stats":{"total_commits":124,"total_committers":24,"mean_commits":5.166666666666667,"dds":0.6935483870967742,"last_synced_commit":"25baea969c3b0ebd1cea8ce962fddefbbcdb7971"},"previous_names":[],"tags_count":209,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fkube-design","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fkube-design/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fkube-design/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubesphere%2Fkube-design/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubesphere","download_url":"https://codeload.github.com/kubesphere/kube-design/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339151,"owners_count":20923014,"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":["components-library","console","kubesphere","react"],"created_at":"2024-11-05T14:21:43.882Z","updated_at":"2025-04-05T13:03:38.516Z","avatar_url":"https://github.com/kubesphere.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kube Design\n\nA suite of components, hooks, and icons. Originally built for KubeSphere Console, but it can also be used for developing any other React web apps.\n\n## Documentation\n\n[https://kubesphere-design.netlify.app/zh](https://kubesphere-design.netlify.app/zh)\n\n## Requirement\n\nEnsure your have the latest version of NodeJS, and a package manager: NPM or Yarn.\n\n- Node.js 12.18+ ([installation with nvm](https://github.com/creationix/nvm#usage))\n- Yarn 1.22.4+\n\n## Installation\n\n```sh\n$ yarn add @kubed/components @kubed/hooks @kubed/icons\n\n# or\n\n$ npm i @kubed/components @kubed/hooks @kubed/icons\n```\n\n## Usage\n\n1. Wrap your application with the `KubedConfigProvider`:\n\n```jsx\nimport { CssBaseline, KubedConfigProvider } from '@kubed/components';\n\nconst Application = () =\u003e (\n  \u003cKubedConfigProvider\u003e\n    \u003cCssBaseline /\u003e // ---\u003e Normalize styles\n    \u003cAppComponent /\u003e // ---\u003e Root of your application\n  \u003c/KubedConfigProvider\u003e\n)\n```\n\n2. Use components like so:\n\n```jsx\nimport { Button } from \"@kubed/components\"\n\nconst MyComponent = () =\u003e \u003cButton\u003eClick Me\u003c/Button\u003e\n```\n\n## Contributing\n\n...\n\n## Thank\n\nWe benefit a lot from these awesome project, Many thanks to them.\n\n- [Mantine](https://github.com/mantinedev/mantine)\n- [ant-design](https://github.com/ant-design/ant-design/)\n- [Geist](https://github.com/geist-org/react)\n- [chakra-ui](https://github.com/chakra-ui/chakra-ui/)\n\n## License\n\nMIT © [kubesphere](https://github.com/kubesphere)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesphere%2Fkube-design","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubesphere%2Fkube-design","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubesphere%2Fkube-design/lists"}