# TMagicFormRuntime TMagicFormRuntime 基于@tmagic/form的编辑器runtime ## 环境准备 先基于[tmagic-editor](https://tencent.github.io/tmagic-editor/docs/guide/)将编辑器搭建起来 按住依赖 ```bash pnpm add @tmagic/tmagic-form-runtime ``` ```html ``` ```ts import { canSelect, COMPONENT_GROUP_LIST as componentGroupList, propsConfigs, useRuntime, } from '@tmagic/tmagic-form-runtime'; const { render } = useRuntime(); ```