phemex-antd-lowcode-materials
TypeScript icon, indicating that this package has built-in type declarations

0.0.21 • Public • Published

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.0.6/build/lowcode/assets-prod.json`)).json();
material.setAssets(assets);

Readme

Keywords

none

Package Sidebar

Install

npm i phemex-antd-lowcode-materials

Weekly Downloads

2

Version

0.0.21

License

MIT

Unpacked Size

6.17 MB

Total Files

250

Last publish

Collaborators

  • zhouzhixiang