A suite of react components
npm install rsuiteEnglish | [中文版][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]

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.
| ![][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
React Suite supports server side rendering. Support Next.js to build applications.
React Suite is available as an [npm package][npm-home].
``bashwith npm
npm install rsuite
Usage
`jsx
import { Button } from 'rsuite';
import 'rsuite/dist/rsuite.css';function App() {
return ;
}
``More guides on how to get started are available here.
It's the https://rsuitejs.com website for the latest version of React Suite. For older versions head over here:
- 5.x documentation
- 4.x documentation
- 3.x documentation
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.
React Suite can be used in your favorite framework. We have prepared step-by-step guides for these frameworks:
- Next.js (App)
- Next.js (Page)
- Create React App
- Vite
Detailed changes for each release are documented in the [release notes][release-notes].
Make sure you've read the [guidelines][contributing] before you start contributing.
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
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]
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?utm_source=badge&utm_medium=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?utm_source=badge&utm_medium=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