应用程序构建器:使用您的react组件拖放应用程序构建

时间:2024-03-01 16:10:33
【文件属性】:

文件名称:应用程序构建器:使用您的react组件拖放应用程序构建

文件大小:2KB

文件格式:ZIP

更新时间:2024-03-01 16:10:33

Steedos App Builder 使用您的React组件拖放应用程序构建 注册您的组件 import { AppBuilder } from '@steedos/app-builder' // Register our heading component for use in // the visual editor const Heading = props => (

{props.title}

) AppBuilder.registerComponent(Heading, { name: 'heading', label: 'Heading', settings: [{ name: 'title', type: 'text' }] }) 视觉设计应用 您可以通过拖放来构建应用。 生成my.app.json


【文件预览】:
app-builder-main
----LICENSE(1KB)
----README.md(1KB)

网友评论