0.1.1 • Published 10 months ago

@bluedot-tech/lowcode-forms-materials v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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://cdn.jsdelivr.net/npm/@alilc/antd-lowcode-materials@1.0.9/build/lowcode/assets-prod.json`,
  )
).json();
material.setAssets(assets);
0.1.0

10 months ago

0.1.1

10 months ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago