Skip to content
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages