Skip to content

Rong-Team/Rong-ui

 
 

Repository files navigation


Rong

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



Quick Start

  1. Install:
yarn add styled-components rong-react @ant-design/icons
npm i styled-components rong-react @ant-design/icons
  1. Import :
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")
);

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.9%
  • Other 1.1%