GithubHelp home page GithubHelp logo

tingzhoujia / rongui Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 2.05 MB

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

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

License: MIT License

JavaScript 0.96% HTML 0.05% TypeScript 98.99% CSS 0.01%
css-in-js styled-components ui ui-library react-ui-components

rongui's Introduction


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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.