rsuite
rsuite
TypeScript

🧱 A suite of React components .

Last updated Jul 8, 2026
8.7k
Stars
974
Forks
316
Issues
+1
Stars/day
Attention Score
95
Language breakdown
TypeScript 87.2%
SCSS 11.2%
JavaScript 1.5%
CSS 0.1%
HTML 0.1%
MDX 0.0%
β–Έ Files click to expand
README

React Suite logo

English | [δΈ­ζ–‡η‰ˆ][readm-cn]

[![npm][npm-svg]][npm-home] [![GitHub Actions][nodejs-ci-svg]][nodejs-ci] [![npm bundle size][npm-bundle-size-img]][npm-bundle-size] [![codecov][codecov-img]][codecov] [![Discord][discord-svg]][discord-invite] [![Gitter][gitter-svg]][gitter] [![Gitter][gitter-cn-svg]][gitter-cn] [![Gitpod ready-to-code][gitpod-img]][gitpod] Ask DeepWiki

React 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.

Supported Platforms

Browsers support

| ![][edge]
Edge | ![][firefox]
Firefox | ![][chrome]
Chrome | ![][safari]
Safari | ![][electron]
Electron | | ------------------ | ------------------------ | ---------------------- | ---------------------- | -------------------------- | | Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |

[edge]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png [firefox]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png [chrome]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png [safari]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png [electron]: https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png

Server

React Suite supports server side rendering. Support Next.js to build applications.

Installation

React Suite is available as an [npm package][npm-home].

# with npm
npm install rsuite

with Yarn

yarn add rsuite

with pnpm

pnpm add rsuite

with Bun

bun add rsuite

Usage

import { Button } from 'rsuite';
import 'rsuite/dist/rsuite.css';

function App() { return <Button appearance="primary">Hello World</Button>; }

More guides on how to get started are available here.

Documentation

It's the https://rsuitejs.com website for the latest version of React Suite. For older versions head over here:

The previous major version 5.x will no longer receive new features, and it is recommended to upgrade to the latest 6.x releases. Bug fixes for 5.x are still being supported for a period of time, and security fixes are supported until 7.x is in progress.

Framework Guides

React Suite can be used in your favorite framework. We have prepared step-by-step guides for these frameworks:

Changelog

Detailed changes for each release are documented in the [release notes][release-notes].

Contribution

Make sure you've read the [guidelines][contributing] before you start contributing.

Sponsoring services

These great services help us to build and maintain the project.

| Service | Description | | ----------------------------------------------- | ------------------------------------------------------------------------ | | [![GitHub][github-logo]][github] | Github lets us host the Git repository and coordinate contributions. | | [![Vercel][vercel-logo]][vercel] | Vercel provides the hosting for the documentation site. | | [![CodeCov][codecov-logo]][codecov] | CodeCov lets us monitor test coverage. | | [![Gitee][gitee-logo]][gitee] | Gitee grants us GVP - Gitee Most Valuable Open Source Project. | | [![CodeSandbox][codesandbox-logo]][codesandbox] | CodeSandbox lets us provide live previews of the components. | | [![Stackblitz][stackblitz-logo]][stackblitz] | Stackblitz lets us provide live previews of the components. |

[github]: https://github.com/ [github-logo]: https://avatars.githubusercontent.com/u/9919?s=32&v=4 [vercel]: https://vercel.com/ [vercel-logo]: https://avatars.githubusercontent.com/u/14985020?s=32&v=4 [codecov]: https://about.codecov.io/ [codecov-logo]: https://avatars.githubusercontent.com/u/8226205?s=32&v=4 [gitee]: https://gitee.com/ [gitee-logo]: https://gitee.com/static/images/logo-en.svg [codesandbox]: https://codesandbox.io/ [codesandbox-logo]: https://avatars.githubusercontent.com/u/32880324?s=32&v=4 [stackblitz]: https://stackblitz.com/ [stackblitz-logo]: https://avatars.githubusercontent.com/u/28635252?s=32&v=4

Supporting React Suite

If you like React Suite, you can show your support by:

  • Starring this repo
  • [Leaving a comment here][issues-11] if you are using React Suite in your project (like we do :smile:)
  • [Becoming a backer][opencollective-home] on OpenCollective
This project exists thanks to all the people who contribute.

[![opencollective-now][opencollective-svg]][opencollective-home]

License

React Suite is [MIT licensed][license].

[readm-cn]: https://github.com/rsuite/rsuite/blob/main/README_zh.md [npm-svg]: https://img.shields.io/npm/v/rsuite [npm-home]: https://www.npmjs.com/package/rsuite [npm-bundle-size-img]: https://badgen.net/bundlephobia/minzip/rsuite?icon=npm [npm-bundle-size]: https://bundlephobia.com/package/rsuite [nodejs-ci-svg]: https://github.com/rsuite/rsuite/workflows/Node.js%20CI/badge.svg [nodejs-ci]: https://github.com/rsuite/rsuite/actions/workflows/nodejs-ci.yml?query=branch%3Amain+workflow%3A%22Node.js+CI%22 [discord-svg]: https://img.shields.io/badge/Discord-Join%20chat%20%E2%86%92-738bd7.svg [discord-invite]: https://discord.gg/R8mnjwh [release-notes]: https://github.com/rsuite/rsuite/releases [contributing]: https://github.com/rsuite/rsuite/blob/main/CONTRIBUTING.md [issues-11]: https://github.com/rsuite/rsuite/issues/11 [opencollective-svg]: https://opencollective.com/rsuite/tiers/backer.svg?avatarHeight=36 [opencollective-home]: https://opencollective.com/rsuite [license]: https://github.com/rsuite/rsuite/blob/main/LICENSE [gitter]: https://gitter.im/rsuite/rsuite?utmsource=badge&utmmedium=badge&utm_campaign=pr-badge [gitter-svg]: https://img.shields.io/gitter/room/rsuite/rsuite?label=chat-english [gitter-cn]: https://gitter.im/rsuite/rsuite-CN?utmsource=badge&utmmedium=badge&utm_campaign=pr-badge [gitter-cn-svg]: https://img.shields.io/gitter/room/rsuite/rsuite?label=chat-chinese [codecov]: https://codecov.io/gh/rsuite/rsuite [codecov-img]: https://codecov.io/gh/rsuite/rsuite/branch/main/graph/badge.svg?token=HGeKd0BD3t [gitpod]: https://gitpod.io/#https://github.com/rsuite/rsuite [gitpod-img]: https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod

Β© 2026 GitRepoTrend Β· rsuite/rsuite Β· Updated daily from GitHub