hel-tdesign-react
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i hel-tdesign-react

Weekly Downloads

32

Version

1.5.0

License

none

Unpacked Size

4.47 MB

Total Files

42

Last publish

Collaborators

  • fantasticsoul