Skip to content

mehaksaini2811/rsuite

This branch is 1949 commits behind rsuite/rsuite:next.

Folders and files

NameName
Last commit message
Last commit date
Jul 20, 2020
Sep 2, 2020
Aug 3, 2020
Sep 2, 2020
Sep 2, 2020
Jul 20, 2020
Feb 19, 2019
Jul 5, 2017
Aug 5, 2017
Jun 4, 2020
Jul 3, 2017
Jul 31, 2019
Jul 27, 2020
Jul 27, 2020
May 27, 2020
Jul 27, 2020
Jul 31, 2019
Aug 14, 2020
Jul 9, 2020
May 16, 2018
Apr 13, 2018
Apr 26, 2018
Apr 2, 2019
Jun 18, 2020
Jun 18, 2020
May 27, 2020
May 13, 2020
Mar 2, 2020
Aug 3, 2020
Sep 2, 2020
Apr 17, 2018
Aug 29, 2018
Jul 27, 2020
May 17, 2019
Jul 31, 2019
Sep 2, 2020

Repository files navigation

React Suite logo

English | 中文版

npm GitHub Actions Coverage Status Discord Gitter Gitter

React Suite is a set of react component libraries for enterprise system products. It is a well-thought-out and developer-friendly UI framework.

UI Design

React Suite Design Prototype and specification, click to view.

Supported Platforms

Browser

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

Server

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

Supported development environment

Installation

React Suite is available as an npm package.

npm i rsuite --save

or if you prefer Yarn

yarn add rsuite

Usage

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);

Live preview on CodeSandbox

Documentation

You can go through full documentation or start with following sections

Previous old version

Examples

Changelog

Detailed changes for each release are documented in the release notes.

Development

Test-Driven Development(TDD)

  1. Fork https://github.com/rsuite/rsuite this repo.
$ git clone [email protected]:<YOUR NAME>/rsuite.git
$ cd rsuite
  1. Install it and run
$ npm install
$ npm run tdd
  1. Run a single component test case.
$ M=Button npm run tdd

UI-Driven Development

  1. Fork https://github.com/rsuite/rsuite this repo.
$ git clone [email protected]:<YOUR NAME>/rsuite.git
  1. Install it and run
$ cd rsuite
$ npm install
$ cd rsuite/docs
$ npm install
$ npm run dev
  1. Your show time. Open url http://127.0.0.1:3000/ in browser.

Contribution

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

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.

License

React Suite is MIT licensed. Copyright (c) 2016-present, HYPERS.

About

🧱 A suite of React components .

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 45.9%
  • JavaScript 27.8%
  • CSS 26.2%
  • HTML 0.1%