1.0.13 • Published 8 years ago

tcui v1.0.13

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

tcui(同程UI)模块,是一个基于ReactUI组件库,

此模块刚刚起步,目前正在扩展中

使用方法:

首先安装模块

npm i tcui -s

然后在代码中,import相应的组件,如:

import {RoundCircle} from 'tcui';

然后传入属性渲染即可

const indexPage = ({index, dispatch})=> {
    const RoundCirclePro={
        //所需属性
    }
    return (<RoundCircle {...RoundCirclePro}/>);
}

如果遇到问题或有什么建议,可以联系我jp34165

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago