English | 中文版
React Suite is a set of react component libraries for enterprise system products. It is a well-thought-out and developer-friendly UI framework.
React Suite Design Prototype and specification, click to view.
React Suite supports the latest, stable releases of all major browsers and platforms. IE<=9 is no longer supported since React Suite 3.0. React Suite is designed and implemented for use on modern desktop browsers rather than mobile browsers.
IE | Edge | Firefox | Chrome | Safari |
---|---|---|---|---|
>=10 | >=14 | >= 45 | >= 49 | >= 10 |
React Suite supports server side rendering. Support Next.js to build applications.
React Suite is available as an npm package.
npm i rsuite@next --save
or if you prefer Yarn
yarn add rsuite@next
Here's a simple example
import { Button } from 'rsuite';
import 'rsuite/lib/styles/index.less'; // or 'rsuite/dist/styles/rsuite-default.css'
ReactDOM.render(<Button>Button</Button>, mountNode);
You can go through full documentation or start with following sections
Previous old version
Detailed changes for each release are documented in the release notes.
https://github.com/rsuite/rsuite
this repo.$ git clone git@github.com:<YOUR NAME>/rsuite.git
$ cd rsuite
$ npm i
$ npm run tdd
$ M=Button npm run tdd
https://github.com/rsuite/rsuite
this repo.$ git clone git@github.com:<YOUR NAME>/rsuite.git
$ npm i
$ npm run dev
Make sure you've read the guidelines before you start contributing.
Editor preferences are available in the .prettierrc for easy use in common code editors. Read more and download plugins at https://prettier.io/.
If you like React Suite, you can show your support by either
This project exists thanks to all the people who contribute.
React Suite is MIT licensed. Copyright (c) 2016-present, HYPERS.
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comments ( 11 )