rctui alternatives and similar libraries
Based on the "Responsive" category.
Alternatively, view rctui alternatives based on common mentions on social networks and blogs.
-
chakra-ui
⚡️ Simple, Modular & Accessible UI Components for your React Applications -
office-ui-fabric-react
Fluent UI web represents a collection of utilities, React components, and web components for building web applications. -
grommet
a react-based framework that provides accessibility, modularity, responsiveness, and theming in a tidy package -
rebass
:atom_symbol: React primitive UI components built with styled-system. -
semi-design
🚀A modern, comprehensive, flexible design system and React UI library. 🎨 Provide more than 2,739+ Design Tokens and powerful DSM tools, easy to build your own design system. Make Semi Design to Any Design -
searchkit
Search UI for Elasticsearch & Opensearch. Compatible with Algolia's Instantsearch and Autocomplete components. React & Vue support -
gestalt
A set of React UI components that supports Pinterest’s design language -
zeit-ui-react
A design system for building modern websites and applications. -
orbit-components
React components of open-source Orbit design system by Kiwi.com -
flowbite-react
Official React components built for Flowbite and Tailwind CSS -
@artsy/fresnel
An SSR compatible approach to CSS media query based responsive layouts for React. -
CoreUI for React
CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded dependencies. -
AgnosticUI
AgnosticUI is a set of UI primitives that start their lives in clean HTML and CSS. These standards compliant components are then copied to our framework implementations in: React, Vue 3, Angular, and Svelte. -
react-foundation-apps
Foundation Apps components built with React -
fluent-ui
🌈 React components that inspired by Microsoft's Fluent Design System. -
cdbreact
Contrast Design Bootstrap : Elegant UI Kit and reusable components for building mobile-first, responsive websites and web apps -
insites-ui
An opinionated UI components library for React. Based on Styled Components and Styled System. -
react-uikit-components
React UIkit Components for the UIKit CSS framework -
radix-ui
Unstyled, accessible components for building high‑quality design systems and web apps. -
Autocomplete
Accessible autocomplete, combobox, multiselect component for React.
Appwrite - The Open Source Firebase alternative introduces iOS support
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.