@tcwd/weda-ide-components
v0.1.12-next.0
Published
Components of TencentCloud WeDa
Downloads
7
Readme
WeDa 编辑器组件库
一、开发
开发新组件在 src
新建文件,
完成组件功能后,在 __stories__
创建组件的 Demo 示例,
完善 Demo 示例后,可在相同目录下添加组件的单元测试文件。
二、使用
import { Outline, ComponentPanel } from '@tencent/weda-ide-components'
// 具体用法可查看对应的 TS 类型提示