TingzhouJia / RongUI

Rong is a modern css-in-js UI library for React.js

Home Page:https://TingzhouJia.github.io/RongUI/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

About

Rong is a modern css-in-js UI library for React.js

https://TingzhouJia.github.io/RongUI/index.html

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 1.0%Language:HTML 0.1%Language:CSS 0.0%