RSUITE (React Suite) is a set of react component libraries for enterprise system products

590 阅读1分钟
原文链接: medium.com

RSUITE (React Suite) is a set of react component libraries for enterprise system products

RSUITE (React Suite) is a set of react component libraries for enterprise system products. Built by HYPERS front-end team and UX team, mainly serving company’s big data products.

After three major revisions, a large number of components and rich functionality have been accumulated.

website: rsuitejs.com/

github: github.com/rsuite/rsui…

UI Design

RSUITE Design Prototype and specification, click to view

Installation

RSUITE 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/styles/less/index.less';
ReactDOM.render(<Button>Button</Button>, mountNode);

Live preview on CodeSandbox

Documentation

You can go through full documentation or start with following sections