@bluedot-tech/lowcode-forms-materials
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

Ant Design For Lowcode

NPM version

使用 / 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);

Readme

Keywords

none

Package Sidebar

Install

npm i @bluedot-tech/lowcode-forms-materials

Weekly Downloads

13

Version

0.1.1

License

MIT

Unpacked Size

2.95 MB

Total Files

353

Last publish

Collaborators

  • mars-is-register
  • bimuyu
  • cailin.wang