Rong is a modern css-in-js UI library for React.js
- 💪 Up to 40 high-quality Components.
- 👏 Written in Typescript, Friendly Static Type Support.
- 🥳 SSR (Server Side Rendering) Compatible.
yarn add styled-components rong-react @ant-design/icons
npm i styled-components rong-react @ant-design/icons
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")
);
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 |
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.
Rong UI is MIT Licensed