https://github.com/tingzhoujia/rongui
Rong is a modern css-in-js UI library for React.js
https://github.com/tingzhoujia/rongui
css-in-js react-ui-components styled-components ui ui-library
Last synced: 6 months ago
JSON representation
Rong is a modern css-in-js UI library for React.js
- Host: GitHub
- URL: https://github.com/tingzhoujia/rongui
- Owner: TingzhouJia
- License: mit
- Created: 2020-10-02T15:57:33.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-13T21:48:12.000Z (over 3 years ago)
- Last Synced: 2025-04-20T18:49:57.143Z (7 months ago)
- Topics: css-in-js, react-ui-components, styled-components, ui, ui-library
- Language: TypeScript
- Homepage: https://TingzhouJia.github.io/RongUI/index.html
- Size: 2 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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:
```bash
yarn add styled-components rong-react @ant-design/icons
```
```bash
npm i styled-components rong-react @ant-design/icons
```
# 👍 Usage :
```jsx
import { RongTheme, DefaultLightTheme, Button } from "rong-react";
ReactDOM.render(
Hello Rong UI
,
document.getElementById("root")
);
```
# 👌 Platform Support
Rong UI supports all major modern browsers.
|[
](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/chrome/chrome.png)
chrome|[
](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/firefox/firefox.png)
firefox|[
](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/safari/safari.png)
safari|[
](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/edge/edge.png)
IE/Edge|[
](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/electron/electron.png)
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](CONTRIBUTING-en-US.md) documentation.
# 🎈 License
Rong UI is [MIT Licensed](LICENSE)