# tcui

> `tcui(同程UI)`模块，是一个基于`React`的`UI`组件库，

Latest version **1.0.13** (published 2016-12-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install tcui
pnpm add tcui
yarn add tcui
bun add tcui
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.13 |
| Published | 2016-12-12 |
| First published | 2016-12-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | jp34165 |

## Links

- npm: https://www.npmjs.com/package/tcui
- npm.io page: https://npm.io/package/tcui

## Recent versions

- 1.0.13 (latest) — 2016-12-12
- 1.0.12 — 2016-12-12
- 1.0.11 — 2016-12-10
- 1.0.10 — 2016-12-09
- 1.0.9 — 2016-12-09
- 1.0.8 — 2016-12-09
- 1.0.7 — 2016-12-08
- 1.0.6 — 2016-12-07
- 1.0.5 — 2016-12-07
- 1.0.4 — 2016-12-06
- 1.0.3 — 2016-12-06
- 1.0.2 — 2016-12-05
- 1.0.0 — 2016-12-03

## README

`tcui(同程UI)`模块，是一个基于`React`的`UI`组件库，

此模块刚刚起步，目前正在扩展中

##### 使用方法：

首先安装模块
```bash
npm i tcui -s
```
然后在代码中，import相应的组件，如：
```java
import {RoundCircle} from 'tcui';
```
然后传入属性渲染即可
```java
const indexPage = ({index, dispatch})=> {
    const RoundCirclePro={
        //所需属性
    }
    return (<RoundCircle {...RoundCirclePro}/>);
}
```
如果遇到问题或有什么建议，可以联系我`jp34165`

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