GitHunt

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/icons
npm 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
chrome
firefox
firefox
safari
safari
IE/Edge
IE/Edge
electron
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

Languages

TypeScript99.0%JavaScript1.0%HTML0.1%CSS0.0%

Contributors

MIT License
Created October 2, 2020
Updated January 25, 2025