Conflux-Chain / react-ui

Modern and minimalist React UI library.
https://conflux-react-ui.vercel.app
MIT License
5 stars 4 forks source link

Codecov CircleCI npm (scoped)

Modern and minimalist React UI library, originating from Vercel's design.


Quick Start

  1. run yarn add @cfxjs/react-ui or npm i @cfxjs/react-ui install it.

  2. import into project:

import { CfxProvider, CssBaseline } from '@cfxjs/react-ui'

const Application = () => (
  <CfxProvider>
    <CssBaseline /> // ---> normalize styles
    <AppComponent /> // ---> Your App Component
  </CfxProvider>
)


Documentation


Development


LICENSE

MIT