SkillAgentSearch skills...

Rsuite

🧱 A suite of React components .

Install / Use

/learn @rsuite/Rsuite
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <a href="https://rsuitejs.com" target="_blank" rel="noopener noreferrer"> <img src="https://user-images.githubusercontent.com/1203827/65102389-7be3f100-d9fd-11e9-859e-ae9617ed2f91.png" alt="React Suite logo"> </a> </p>

English | δΈ­ζ–‡η‰ˆ

npm GitHub Actions npm bundle size codecov Discord Gitter Gitter Gitpod ready-to-code 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

| <br/>Edge | <br/>Firefox | <br/>Chrome | <br/>Safari | <br/>Electron | | ------------------ | ------------------------ | ---------------------- | ---------------------- | -------------------------- | | Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |

Server

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

Installation

React Suite is available as an npm package.

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

Contribution

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

Sponsoring services

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

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

Supporting React Suite

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

This project exists thanks to all the people who contribute.

<a href="https://github.com/rsuite/rsuite/graphs/contributors" target="_blank"> <img src="https://contrib.rocks/image?repo=rsuite/rsuite&max=600" /> </a>

opencollective-now

License

React Suite is MIT licensed.

View on GitHub
GitHub Stars8.7k
CategoryDevelopment
Updated1h ago
Forks971

Languages

TypeScript

Security Score

100/100

Audited on Apr 2, 2026

No findings