Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rsuite

Package Overview
Dependencies
Maintainers
1
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsuite

A suite of react components

  • 1.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
85K
decreased by-13.69%
Maintainers
1
Weekly downloads
 
Created
Source

RSUITE Travis npm

Discord

RSUITE [ɑː(r)swiːt] 是一套 React 开发的 UI 组件库,提供 Bootstrap 设计体系的常用组件,并且会在此基础上持续开发一些高级组件。

我们的目标就是让 WEB 开发更快捷,同时具有一定的灵活性和扩展性。


加入 Discord ,直接与开发者沟通。


特性

  • 基于 React 组件化开发模式;
  • 丰富、漂亮 UI 组件;
  • 支持多主题切换;
  • 支持响应式布局;
  • 支持 ES2015。

版本

npm Travis


## 安装
npm install rsuite --save

示例:

// ES2015
import { Button } from 'rsuite';

// CommonJS
var Button = require('rsuite').Button;

// AMD
define(['rsuite'], function(Suite) {
  var Button = Suite.Button;
  ...
});


ReactDOM.render(<Button>Button</Button>, mountNode);

主题

  • 可以通过 rsuite-theme 管理,只需要配置一个系统主色,自动生成系统配色方案。

安装

npm install rsuite-theme --save

import

import 'rsuite-theme/dist/less/rsuite.less';
  • 也可以通过 CDN 引入 css 文件
<link rel="stylesheet" href="https://unpkg.com/rsuite-theme/dist/css/rsuite.min.css" />

其他组件

License

MIT

Keywords

FAQs

Package last updated on 12 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc