npm.io
1.2.2 • Published 1 year ago

@alilc/antd-lowcode-materials

Licence
MIT
Version
1.2.2
Deps
3
Size
5.0 MB
Vulns
0
Weekly
0

Ant Design For Lowcode

NPM version

在线示例 / 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://alifd.alicdn.com/npm/@alilc/antd-lowcode-materials@1.2.1/build/lowcode/assets-prod.json`)).json();
material.setAssets(assets);