# rsuite **Repository Path**: luwenhua/rsuite ## Basic Information - **Project Name**: rsuite - **Description**: React Suite 是 HYPERS 前端团队和 UX 团队开源的一套基于 React 的 UI 组件库,能够帮助您快速构建一个企业级应用。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: http://rsuite.gitee.io/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 80 - **Created**: 2018-04-26 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RSUITE [![npm](https://badge.fury.io/js/rsuite.svg)](https://www.npmjs.com/package/rsuite) [![Travis](https://travis-ci.org/rsuite/rsuite.svg?branch=master)](https://travis-ci.org/rsuite/rsuite) [![Coverage Status](https://coveralls.io/repos/github/rsuite/rsuite/badge.svg?branch=next)](https://coveralls.io/github/rsuite/rsuite?branch=next) [![Discord](https://img.shields.io/badge/Discord-Join%20chat%20%E2%86%92-738bd7.svg)](https://discord.gg/GmPXTH3) [](https://opencollective.com/rsuite) [](https://rsuitejs.com) RSUITE(React Suite 的简写)是 一套 React 组件库,为后台产品而生。由 HYPERS 前端团队与 UX 团队打造,主要服务于公司大数据产品线。经历了三次大的版本更新后,累积了大量的组件和丰富的功能。 ## 支持浏览器 | IE | Edge | Firefox | Chrome | Safari | | ---- | ---- | ------- | ------ | ------ | | >=10 | >=14 | >= 45 | >= 49 | >= 10 | - 从 RSUITE 3 开始不支持 IE9 以下版本(包括 IE9), 其他现代 PC 浏览器都支持。 - 不推荐在移动端使用。 ## UI Design RSUITE 设计原型与规范, [点击查看](https://rsuitejs.com/design/index.html) ## 安装 RSUITE 通过 [npm package](https://www.npmjs.com/package/rsuite) 安装. ```bash npm i rsuite --save ``` ## 使用 这里有一个简单的示例: ```js import { Button } from 'rsuite'; import '~rsuite/lib/less/index.less'; ReactDOM.render(, mountNode); ``` 预览这示例, 点击 [CodeSandbox](https://codesandbox.io/s/mo7jxvr9x9?from-embed)。 ### 帮助链接 * [如何使用?](https://rsuitejs.com/guide/usage) * [自定义主题](https://rsuitejs.com/guide/themes) * [国际化](https://rsuitejs.com/guide/intl) * [组件](https://rsuitejs.com/components/overview) ## 更新日志 [Change Log](https://github.com/rsuite/rsuite/releases) # 贡献 请阅读[贡献指南](https://github.com/rsuite/rsuite/blob/master/CONTRIBUTING.zh-CN.md)。 编辑器的配置参考 [.prettierrc](https://github.com/rsuite/rsuite/wiki/.prettierrc), 下载编辑的插件 https://prettier.io/。 ## License [MIT license](https://github.com/rsuite/rsuite/blob/master/LICENSE)