back to home

rsuite / rsuite

🧱 A suite of React components .

8,699 stars
971 forks
307 issues
TypeScriptSCSSJavaScript

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing rsuite/rsuite in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/rsuite/rsuite)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview
<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
Edgelast 2 versionslast 2 versionslast 2 versionslast 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.

ServiceDescription
GitHubGithub lets us host the Git repository and coordinate contributions.
VercelVercel provides the hosting for the documentation site.
CodeCovCodeCov lets us monitor test coverage.
GiteeGitee grants us GVP - Gitee Most Valuable Open Source Project.
CodeSandboxCodeSandbox lets us provide live previews of the components.
StackblitzStackblitz 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.