Skip to content

TingzhouJia/RongUI

Repository files navigation


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