1.5.0 • Published 2 years ago

hel-tdesign-react v1.5.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

hel-tdesign-react

基于 hel-tpl-remote-react-comp-ts 改造的远程 tdesign-react 模块,此版本基于0.42.1构建

发布

npm run build
npm run publish

使用

访问线上示例

入口文件预加载

import { preFetchLib } from 'hel-micro';

async function main(){
  await preFetchLib('hel-tdesign-react');
  await import('./loadApp');
}

main().catch(console.error);

其他地方正常导入使用

import { Button } from 'hel-tdesign-react';

<Button>remote button</Button>
1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago