@seatar/antd-materials
TypeScript icon, indicating that this package has built-in type declarations

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

Readme

Keywords

none

Package Sidebar

Install

npm i @seatar/antd-materials

Weekly Downloads

3

Version

1.0.10

License

MIT

Unpacked Size

3.66 MB

Total Files

390

Last publish

Collaborators

  • zoubinjie