@bluedot-tech/lowcode-forms-materials
v0.1.1
Published
<h2><img width="30" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg"> Ant Design For Lowcode</h2>
Downloads
22
Readme
在线示例 / DEMO
使用 / Usage
NPM
const { material } from '@alilc/lowcode-engine';
const assets = require('@alilc/antd-lowcode-materials/build/lowcode/assets-prod.json');
// in GeneralWorkbench init
material.setAssets(assets);
CDN
// in GeneralWorkbench init
const assets = await (
await fetch(
`https://cdn.jsdelivr.net/npm/@alilc/[email protected]/build/lowcode/assets-prod.json`,
)
).json();
material.setAssets(assets);