{"id":13400478,"url":"https://github.com/rsuite/rsuite","last_synced_at":"2025-05-12T03:40:11.157Z","repository":{"id":37385068,"uuid":"60492769","full_name":"rsuite/rsuite","owner":"rsuite","description":"🧱 A suite of React components .  ","archived":false,"fork":false,"pushed_at":"2025-05-08T13:27:41.000Z","size":166580,"stargazers_count":8513,"open_issues_count":272,"forks_count":956,"subscribers_count":101,"default_branch":"main","last_synced_at":"2025-05-08T14:37:13.475Z","etag":null,"topics":["awesome-react-stuff","react","react-components","reactjs","rsuite","typescript","ui-kit","ui-library"],"latest_commit_sha":null,"homepage":"https://rsuitejs.com","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/rsuite.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":"rsuite","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"rsuite","issuehunt":"rsuite/rsuite","otechie":null,"custom":null}},"created_at":"2016-06-06T02:27:46.000Z","updated_at":"2025-05-08T08:24:23.000Z","dependencies_parsed_at":"2024-11-06T01:53:23.763Z","dependency_job_id":"e1b1969a-444a-4a83-ad15-70ddbd30da81","html_url":"https://github.com/rsuite/rsuite","commit_stats":{"total_commits":3414,"total_committers":127,"mean_commits":"26.881889763779526","dds":0.527826596367897,"last_synced_commit":"f0732b958d0049f1421b178b8bdc178e3c83f0c5"},"previous_names":[],"tags_count":300,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsuite%2Frsuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsuite%2Frsuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsuite%2Frsuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsuite%2Frsuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsuite","download_url":"https://codeload.github.com/rsuite/rsuite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253669579,"owners_count":21945118,"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":["awesome-react-stuff","react","react-components","reactjs","rsuite","typescript","ui-kit","ui-library"],"created_at":"2024-07-30T19:00:52.459Z","updated_at":"2025-05-12T03:40:11.114Z","avatar_url":"https://github.com/rsuite.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://rsuitejs.com\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n   \u003cimg src=\"https://user-images.githubusercontent.com/1203827/65102389-7be3f100-d9fd-11e9-859e-ae9617ed2f91.png\" alt=\"React Suite logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nEnglish | [中文版][readm-cn]\n\n[![npm][npm-svg]][npm-home]\n[![GitHub Actions][nodejs-ci-svg]][nodejs-ci]\n[![npm bundle size][npm-bundle-size-img]][npm-bundle-size]\n[![codecov][codecov-img]][codecov]\n[![Discord][discord-svg]][discord-invite]\n[![Gitter][gitter-svg]][gitter]\n[![Gitter][gitter-cn-svg]][gitter-cn]\n[![Gitpod ready-to-code][gitpod-img]][gitpod]\n\nReact Suite is a set of React components. It is committed to providing high-quality and comprehensive React components to help developers quickly build web applications.\n\n## Supported Platforms\n\n### Browser\n\nReact Suite supports the latest, stable releases of all major browsers and platforms. IE\u003c=10 is no longer supported since React Suite 5.0. React Suite is designed and implemented for use on modern desktop browsers rather than mobile browsers.\n\n| IE   | Edge | Firefox | Chrome | Safari |\n| ---- | ---- | ------- | ------ | ------ |\n| \u003e=11 | \u003e=14 | \u003e= 45   | \u003e= 49  | \u003e= 10  |\n\n### Server\n\nReact Suite supports server side rendering. Support [Next.js](https://github.com/vercel/next.js) to build applications.\n\n## Installation\n\nReact Suite is available as an [npm package][npm-home].\n\n```bash\n# with npm\nnpm install rsuite\n\n# with Yarn\nyarn add rsuite\n\n# with pnpm\npnpm add rsuite\n\n# with Bun\nbun add rsuite\n```\n\n## Usage\n\n```jsx\nimport { Button } from 'rsuite';\nimport 'rsuite/styles/index.less'; // or 'rsuite/dist/rsuite.min.css'\n\nfunction App() {\n  return \u003cButton appearance=\"primary\"\u003eHello World\u003c/Button\u003e;\n}\n```\n\nMore guides on how to get started are available [here](https://rsuitejs.com/guide/usage/).\n\n## Documentation\n\nIt's the https://rsuitejs.com website for the latest version of React Suite. For older versions head over here:\n\n- [4.x documentation](https://v4.rsuitejs.com/)\n- [3.x documentation](https://v3.rsuitejs.com/)\n\nThe previous major version 4.x will no longer receive new features,\nand it is recommended to upgrade to the latest 5.x releases.\nBug fixes for 4.x are still being supported for a period of time,\nand security fixes are supported until 6.x is in progress.\n\n## Framework Guides\n\nReact Suite can be used in your favorite framework. We have prepared step-by-step guides for these frameworks:\n\n- [Next.js (App)](https://rsuitejs.com/guide/use-next-app/)\n- [Next.js (Page)](https://rsuitejs.com/guide/use-next-pages)\n- [Create React App](https://rsuitejs.com/guide/use-with-create-react-app/)\n- [Vite](https://rsuitejs.com/guide/use-vite/)\n\n## Changelog\n\nDetailed changes for each release are documented in the [release notes][release-notes].\n\n## Contribution\n\nMake sure you've read the [guidelines][contributing] before you start contributing.\n\n## Sponsoring services\n\nThese great services help us to build and maintain the project.\n\n| Service                                         | Description                                                              |\n| ----------------------------------------------- | ------------------------------------------------------------------------ |\n| [![GitHub][github-logo]][github]                | **Github** lets us host the Git repository and coordinate contributions. |\n| [![Vercel][vercel-logo]][vercel]                | **Vercel** provides the hosting for the documentation site.              |\n| [![CodeCov][codecov-logo]][codecov]             | **CodeCov** lets us monitor test coverage.                               |\n| [![Gitee][gitee-logo]][gitee]                   | **Gitee** grants us GVP - Gitee Most Valuable Open Source Project.       |\n| [![CodeSandbox][codesandbox-logo]][codesandbox] | **CodeSandbox** lets us provide live previews of the components.         |\n| [![Stackblitz][stackblitz-logo]][stackblitz]    | **Stackblitz** lets us provide live previews of the components.          |\n\n[github]: https://github.com/\n[github-logo]: https://avatars.githubusercontent.com/u/9919?s=32\u0026v=4\n[vercel]: https://vercel.com/\n[vercel-logo]: https://avatars.githubusercontent.com/u/14985020?s=32\u0026v=4\n[codecov]: https://about.codecov.io/\n[codecov-logo]: https://avatars.githubusercontent.com/u/8226205?s=32\u0026v=4\n[gitee]: https://gitee.com/\n[gitee-logo]: https://gitee.com/static/images/logo-en.svg\n[codesandbox]: https://codesandbox.io/\n[codesandbox-logo]: https://avatars.githubusercontent.com/u/32880324?s=32\u0026v=4\n[stackblitz]: https://stackblitz.com/\n[stackblitz-logo]: https://avatars.githubusercontent.com/u/28635252?s=32\u0026v=4\n\n## Supporting React Suite\n\nIf you like React Suite, you can show your support by:\n\n- Starring this repo\n- [Leaving a comment here][issues-11] if you are using React Suite in your project (like we do :smile:)\n- [Becoming a backer][opencollective-home] on OpenCollective\n\nThis project exists thanks to all the people who contribute.\n\n\u003ca href=\"https://github.com/rsuite/rsuite/graphs/contributors\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=rsuite/rsuite\u0026max=600\" /\u003e\n\u003c/a\u003e\n\n[![opencollective-now][opencollective-svg]][opencollective-home]\n\n## License\n\nReact Suite is [MIT licensed][license].\n\n[readm-cn]: https://github.com/rsuite/rsuite/blob/main/README_zh.md\n[npm-svg]: https://img.shields.io/npm/v/rsuite\n[npm-home]: https://www.npmjs.com/package/rsuite\n[npm-bundle-size-img]: https://badgen.net/bundlephobia/minzip/rsuite?icon=npm\n[npm-bundle-size]: https://bundlephobia.com/package/rsuite\n[nodejs-ci-svg]: https://github.com/rsuite/rsuite/workflows/Node.js%20CI/badge.svg\n[nodejs-ci]: https://github.com/rsuite/rsuite/actions/workflows/nodejs-ci.yml?query=branch%3Amain+workflow%3A%22Node.js+CI%22\n[discord-svg]: https://img.shields.io/badge/Discord-Join%20chat%20%E2%86%92-738bd7.svg\n[discord-invite]: https://discord.gg/R8mnjwh\n[release-notes]: https://github.com/rsuite/rsuite/releases\n[contributing]: https://github.com/rsuite/rsuite/blob/main/CONTRIBUTING.md\n[issues-11]: https://github.com/rsuite/rsuite/issues/11\n[opencollective-svg]: https://opencollective.com/rsuite/tiers/backer.svg?avatarHeight=36\n[opencollective-home]: https://opencollective.com/rsuite\n[license]: https://github.com/rsuite/rsuite/blob/main/LICENSE\n[gitter]: https://gitter.im/rsuite/rsuite?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\n[gitter-svg]: https://img.shields.io/gitter/room/rsuite/rsuite?label=chat-english\n[gitter-cn]: https://gitter.im/rsuite/rsuite-CN?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\n[gitter-cn-svg]: https://img.shields.io/gitter/room/rsuite/rsuite?label=chat-chinese\n[codecov]: https://codecov.io/gh/rsuite/rsuite\n[codecov-img]: https://codecov.io/gh/rsuite/rsuite/branch/main/graph/badge.svg?token=HGeKd0BD3t\n[gitpod]: https://gitpod.io/#https://github.com/rsuite/rsuite\n[gitpod-img]: https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\n","funding_links":["https://opencollective.com/rsuite","https://liberapay.com/rsuite","https://issuehunt.io/r/rsuite/rsuite"],"categories":["TypeScript","UI Frameworks","Uncategorized","*.js","前端开发框架及项目","语言资源库","typescript","react","HarmonyOS","UI Frameworks \u0026 Libraries","Component Libraries","React [🔝](#readme)","UI Components / UI Tools"],"sub_categories":["Component Collections","Uncategorized","style","Responsive","React","其他_文本生成、文本对话","typescript","Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsuite%2Frsuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsuite%2Frsuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsuite%2Frsuite/lists"}