npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@licfe/antd-lowcode-materials

v1.0.13

Published

Antd for LowCode

Readme

NPM version

在线示例 / DEMO

使用 / Usage

NPM

const { material } from '@alilc/lowcode-engine';
const assets = require('@licfe/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/@licfe/[email protected]/build/lowcode/assets-prod.json`,
  )
).json();
material.setAssets(assets);

调整记录

  • button
    • 合并组件 6->2
    • 按钮插槽去掉默认图标
  • typography
    • 合并 typography 组件分类 去掉基础分类 合并到通用
    • typography 类 text/paragraph/title 等内容支持变量绑定
    • typography.link 支持变量绑定
    • typography.paragraph setter 调整为 TextAreaSetter
    • typography.title 组件增加 可选标签类别 SelectSetter
    • 合并 typography.title 4->1
    • 合并 typography.text 3->1
  • alert
    • 组件合并 4->1
  • tabs 组件
    • 类别调整为布局
    • 合并 3 -> 1
  • table
    • 调整 priority
    • 新增表格类别
    • 默认数据跳转
  • model
    • 修复隐藏底部
    • 合并 2 -> 1
  • drawer
    • 类别 布局-> 通用
    • 合并 2 -> 1
  • skeleton 骨架屏组件
    • 默认激活 默认动画
    • 支持插槽并修复 bug
  • card
    • 类别调整 数据展示--> 布局
  • divider
    • 合并 2 -> 1
  • popconfirm
    • 类别调整 反馈 -> 通用
  • progress
    • 合并 2-> 1
  • space
    • 调整默认数据
  • 布局 Row 组件
    • 合并 4 -> 2
  • 表单组件
    • 表单容器调整 priority
  • 分类调整
    • 布局改名为布局容器类
    • Drawer Model Collapce 划分为布局容器类
  • 调整整个低码组件 group 为 antd 组件

todo

  • 布局组件,高级布局组件
  • carousel 走马灯组件不可用
  • 易用的表单组件