New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rong-react

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rong-react

Modern CSS in JS UI library for React.js

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

Rong

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



Quick Start

  • Install: yarn add styled-components rong-react @ant-design/icons or npm i styled-components rong-react @ant-design/icons

  • 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")
);

Keywords

react

FAQs

Package last updated on 29 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts