rsuite / rsuite
- четверг, 26 апреля 2018 г. в 00:17:28
JavaScript
📦 A suite of React components .
RSUITE (React Suite) is a set of react component libraries for enterprise system products. Built by Hypers front-end team and UX team, mainly serve the company's large data products.
After three major revisions, a large number of components and rich functionality have been accumulated.
IE | Edge | Firefox | Chrome | Safari |
---|---|---|---|---|
>=10 | >=14 | >= 45 | >= 49 | >= 10 |
The IE9 version (including IE9) is not supported at the beginning of Rsuite 3, and is supported by other modern PC browsers. is not recommended for use on the mobile browsers.
Rsuite Design Prototype and specification, click to view
Rsuite is available as an npm package.
npm i rsuite --save
Here's a simple example
import { Button } from 'rsuite';
import '~rsuite/lib/less/index.less';
ReactDOM.render(<Button>Button</Button>, mountNode);
To preview This example, click 'CodeSandbox'.
Please read through our contributing guidelines.
Editor preferences are available in the .prettierrc for easy use in common text editors. Read more and download plugins at https://prettier.io/.