An open API service indexing awesome lists of open source software.

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

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.

|[chrome](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/chrome/chrome.png)
chrome|[firefox](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/firefox/firefox.png)
firefox|[safari](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/safari/safari.png)
safari|[IE/Edge](https://cdnjs.cloudflare.com/ajax/libs/browser-logos/70.4.0/edge/edge.png)
IE/Edge|[electron](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)