2.0.4 • Published 5 years ago

cm-react v2.0.4

Weekly downloads
33
License
-
Repository
github
Last release
5 years ago

Overview

This is a component lib for building react app. This lib is under development. Any component could be changed without announcement.

List of Component

  • Avatar
  • Button
  • DropToUpload
  • Expand
  • FixComponent
  • Footer
  • Graph
  • Header
  • Hr
  • Icon
  • Image
  • Input
  • Layout
  • Loader
  • Panel
  • ProgressBar
  • ScrollLoader
  • Tab
  • Table
  • Text
  • Theme
  • Uploader

Usage

import React from 'react'
import { ThemeProvider, Text } from 'cm-react'

const Example = () => 
  <ThemeProvider>
    <Text primary>Hello World</Text>
  </ThemeProvider>

General

Many common components include the below props:

  • width, height, maxWidth, maxHeight, fitWidth, fitHeight
  • borderRadius, opacity, zIndex
  • relative, absolute, absTop, absBottom, absLeft, absRight, overflowHidden, overflowAuto
  • primary, secondary, white, black, error, disabled, color
  • bgPrimary, bgSecondary, bgWhite, bgBlack, bgColor
  • noSelect, onClick, disabled

Text

Props includes

  • XS, S, M, L, XL
  • bold, underline, underlineColor
  • center, right, left
  • nowrap, inline

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago