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 🙏

© 2024 – Pkg Stats / Ryan Hefner

my-react-comps

v0.3.0

Published

my-react-comps

Downloads

2

Readme

my-react-comps

一个面向 PC 的业务组件库 (开发组件库,没必要都得安装)

调试

启动调试

npm run lowcode:dev             # 打开开发环境,运行所有组件

构建低代码产物

npm run lowcode:build

看组件描述

npm run start 

生成lib/es文件

npm run build 

把组件跑起来,后面可以自研脚手架

研究结果

改组件,页面刷新才能看到效果

Property 'div' does not exist on type 'JSX.IntrinsicElements'

目前是切换设备必须要手动点击一下数据源面板

npm run lowcode:build 之后需要重新执行npm run lowcode:dev

props设置体现在(设置对象不会体现): 右边属性,

Props包含:参数

Styles包含:className

  • 物料开发完,怎么配置物料描述详解: https://lowcode-engine.cn/docV2/epz1kk

把物料描述放到资产包定义中,就能让低代码引擎理解如何制作物料。

物料描述配置(快速在低代码引擎中使用 React 组件): https://www.yuque.com/lce/xhk5hf/qa9pbx 可以优先级最低,因为有其他2种方式

脚手架默认通过@alilc/lowcode-material-parser自动生成物料描述

手动配置————可在生成的meta.ts中手动配置

display: inline / block / accordion / entry / plain

  • 查看设置器:https://www.yuque.com/lce/doc/oc220p#fl46

没开源 :@alifd/ali-lowcode-components @alilc/antd-lowcode-materials

开源: lowcode-engine @alifd/next

ant物料描述,可以自动引入,就怕后期不开源了: https://alifd.alicdn.com/npm/@alilc/[email protected]/build/lowcode/index.html

碰到问题

调试器和demo 物料描述样式不一样