github

rsuite / rsuite

  • четверг, 26 апреля 2018 г. в 00:17:28
https://github.com/rsuite/rsuite

JavaScript
📦 A suite of React components .



RSUITE

npm Travis Coverage Status

Discord

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.

Supported Browsers

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.

UI Design

Rsuite Design Prototype and specification, click to view

Install

Rsuite is available as an npm package.

npm i rsuite --save

Usage

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

Help Links

Change Log

Change Log

Contributing

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

License

MIT license