Popularity
7.7
Growing
Activity
0.0
Stable
1,664
121
334
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Latest version: v0.7.0
rctui alternatives and similar libraries
Based on the "Responsive" category.
Alternatively, view rctui alternatives based on common mentions on social networks and blogs.
-
office-ui-fabric-react
React components for building Microsoft web experiences. (🤔 But I'm not sure I want a "MSFT experience?") -
searchkit
React UI components / widgets. The easiest way to build a great search experience with Elasticsearch. -
primereact
A complete UI Framework with 50+ components featuring material, bootstrap and custom themes. -
atomize-by-quarkly
Library for creating atomic react components Inspired by Tachyons and Styled-system -
insites-ui
Modern, opinionated, minimal, yet powerful React components library, powered by Styled Components. -
Autocomplete
Accessible autocomplete, combobox, multiselect component for React.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
Do you think we are missing an alternative of rctui or a related project?
README
This Project Is Deprecated
Try another component library Shineout
此项目已经暂停维护,已发布一个新的轻量,性能更优化的组件库 Shineout,欢迎移步使用。
A collection of components for React, base on bootstrap 4.0. Docs
Usage
- npm install
npm install rctui
var ReactUI = require('rctui') var Form = ReactUI.Form // or import { Form } from 'rctui' ... // import one Component without other components var Input = require('rctui/Input') var CheckboxGroup = require('rctui/CheckboxGroup') var FormControl = require('rctui/FormControl') // or import Input from 'rctui/Input'
If you don't want compile the file or encounter any compile problems, you can use the built file
// html
<script src="https://unpkg.com/rctui/dist/index.js"></script>
// webpack config
externals: {'react': 'React', 'react-dom': 'ReactDOM', 'rctui': 'rctui'},
// jsx
import { Form } from 'rctui'
...
cli
There is a internal cli command, help you easy start you app.
need nodejs >= 4,npm >= 3
Waning options all/webpack will overwrite your webpack.config.js file
npm install rctui
node node_modules/rctui/cli/init.js [options]
options:
- all install dependencies and devDependencies package, simple demo code, devServer, webpack config
- update install / update package
- demo a simple demo
- server node devServer.js
- webpack webpack.config.js !warning: will overwrite your webpack.config.js file
Start Kit
如果配置仍然有问题的话,可以尝试使用这个 Start Kit.