rsuite

A suite of react components

  • rsuite

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
rsuite
8,1722415.60.26 days ago8 years agoMinified + gzip package size for rsuite in KB

Readme

<img src="https://user-images.githubusercontent.com/1203827/65102389-7be3f100-d9fd-11e9-859e-ae9617ed2f91.png" alt="React Suite logo">


English | 中文版readm-cn
!npmnpm-svgnpm-home !GitHub Actionsactions-svgactions-home !npm bundle sizenpm-bundle-size-imgnpm-bundle-size !codecovcodecov-imgcodecov !Discorddiscord-svgdiscord-invite !Gittergitter-svggitter !Gittergitter-cn-svggitter-cn !Gitpod ready-to-codegitpod-imggitpod
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

Browser

React Suite supports the latest, stable releases of all major browsers and platforms. IE<=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.
| IE | Edge | Firefox | Chrome | Safari | | ---- | ---- | ------- | ------ | ------ | | >=11 | >=14 | >= 45 | >= 49 | >= 10 |

Server

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

Installation

React Suite is available as an npm packagenpm-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/styles/index.less'; // or 'rsuite/dist/rsuite.min.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 4.x will no longer receive new features, and it is recommended to upgrade to the latest 5.x releases. Bug fixes for 4.x are still being supported for a period of time, and security fixes are supported until 6.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 notesrelease-notes.

Contribution

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

Sponsoring services

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

GitHub

Github lets us host the Git repository and coordinate contributions.
CodeCov logo

Vercel

Vercel provides the hosting for the documentation site.
Vercel logo

CodeCov

CodeCov lets us monitor test coverage.
CodeCov logo

CodeSandbox

CodeSandbox lets us provide live previews of the components.
CodeSandbox logo

Stackblitz

Stackblitz lets us provide live previews of the components.
Stackblitz logo

Supporting React Suite

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

This project exists thanks to all the people who contribute.

!opencollective-nowopencollective-svgopencollective-home

License

React Suite is MIT licensedlicense.