1.0.13 • Published 7 years ago

tcui v1.0.13

Weekly downloads
1
License
ISC
Repository
-
Last release
7 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

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago