# cm-react

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

Latest version **2.0.4** (published 2019-10-21) · 0 weekly downloads

## Install

```sh
npm install cm-react
pnpm add cm-react
yarn add cm-react
bun add cm-react
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2019-10-21 |
| First published | 2018-03-09 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 237.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | ncm |

## Links

- npm: https://www.npmjs.com/package/cm-react
- Repository: https://github.com/cmngan/cm-react
- npm.io page: https://npm.io/package/cm-react

## Recent versions

- 2.0.4 (latest) — 2019-10-21
- 2.0.3 — 2019-10-17
- 2.0.2 — 2019-10-17
- 2.0.1 — 2019-10-17
- 2.0.0 — 2019-10-17
- 0.1.2 — 2019-01-06
- 0.1.1 — 2019-01-01
- 0.1.0 — 2019-01-01
- 1.1.1 — 2018-03-09
- 1.1.0 — 2018-03-09

## README

# 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<any color code>
- bgPrimary, bgSecondary, bgWhite, bgBlack, bgColor<any color code>
- noSelect, onClick, disabled

## Text
Props includes 
- XS, S, M, L, XL
- bold, underline, underlineColor
- center, right, left
- nowrap, inline

##

---
_Source: https://npm.io/package/cm-react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
