TI
TingzhouJia/RongUI
Rong is a modern css-in-js UI library for React.js
Rong
Rong is a modern css-in-js UI library for React.js
๐ Features
- ๐ช Up to 40 high-quality Components.
- ๐ Written in Typescript, Friendly Static Type Support.
- ๐ฅณ SSR (Server Side Rendering) Compatible.
๐ฅ Install:
yarn add styled-components rong-react @ant-design/iconsnpm i styled-components rong-react @ant-design/icons๐ Usage :
import { RongTheme, DefaultLightTheme, Button } from "rong-react";
ReactDOM.render(
<React.StrictMode>
<RongTheme theme={DefaultLightTheme} mode="light">
<Button>Hello Rong UI</Button>
</RongTheme>
</React.StrictMode>,
document.getElementById("root")
);๐ Platform Support
Rong UI supports all major modern browsers.
![]() chrome |
![]() firefox |
![]() safari |
![]() IE/Edge |
![]() Electron |
|---|---|---|---|---|
| latest 2 versions | latest 2 versions | latest 2 versions | Edge | latest 2 versions |
๐ Contributing
Read the contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to Rong UI.
See CONTRIBUTING documentation.
๐ License
Rong UI is MIT Licensed
On this page
Languages
TypeScript99.0%JavaScript1.0%HTML0.1%CSS0.0%
Contributors
MIT License
Created October 2, 2020
Updated January 25, 2025





