🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mrnever/antd-lowcode-materials

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrnever/antd-lowcode-materials

Antd for LowCode

latest
Source
npmnpm
Version
1.4.6
Version published
Maintainers
1
Created
Source

使用 / Usage

NPM

const { material } from '@alilc/lowcode-engine';
const assets = require('@mrnever/antd-lowcode-materials/build/lowcode/assets-prod.json');

// in GeneralWorkbench init
material.setAssets(assets);

CDN

// in GeneralWorkbench init
const assets = await (await fetch(`https://unpkg.com/@mrnever/antd-lowcode-materials@1.3.1/build/lowcode/assets-prod.json`)).json();
material.setAssets(assets);

FAQs

Package last updated on 11 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts