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

mhc-antd-admin

v0.0.39

Published

基于 antd 的管理系统组件库

Downloads

1,933

Readme

基于 React + Antd 的扩展组件库

在线文档

启动项目

npm run start 或 npm start

构建组件库

npm run build

发布组件库

npm run addv
npm publish

发布文档至 Github

npm run deploy

TODO LIST

  • [x] DescriptionList 表单详情展示组件
  • [x] Offcanvas 实现各种业务场景下的弹出层
  • [x] TagSelect 列表的多选标签筛选组
  • [x] TextEllipsis 段落文字或长文本截断...显示,并提供查看更多功能
  • [x] XForm 扩展的Form,便于快速生成表单
  • [x] XRadioGroup 扩展的RadioGroup,便于快速生成筛选组
  • [x] XSelect 扩展的Select,便于快速创建下拉列表
  • [x] XTable 扩展的Table,便于快速创建列表页面
  • [X] 登录
  • [X] 面包屑
  • [X] FlvPlayer flv、mp4格式视频播放 flv.js
  • [X] ImgPreview 图片放大查看 react-viewerjs
  • [X] 登录权限验证
  • [X] BgImg 背景图片组件,简化图片显示和排版
  • [X] 背景图片组件,简化图片显示和排版
  • [X] 图片查看器
  • [X] 空内容提示(数据为空、搜索为空)
  • [X] 错误页面 401 404 500 Exception
  • [X] 富文本编辑器 BraftEditor
  • [X] 复制内容 copy-to-clipboard
  • [X] 倒计时 CountDown
  • [X] 生成二维码
  • [ ] EditableText 可编辑的文本
  • [ ] 图片上传(查看、替换、删除、列表)
  • [ ] 图片裁剪
  • [ ] 文件上传
  • [ ] 可拖拽列表 react-beautiful-dnd
  • [ ] 可拖拽表格
  • [ ] 可编辑表格
  • [ ] 数字渐变
  • [ ] Markdown 编辑器
  • [ ] Execle 导入导出 sheet.js
  • [ ] 换肤
  • [ ] 响应式
  • [ ] HTML转图片
  • [ ] 图表 G2
  • [ ] 地图 AMap
  • [ ] Split-panel 可分隔的容器
  • [ ] 时间范围选择器
  • [ ] 消息列表
  • [ ] 注册
  • [ ] 操作权限验证
  • [ ] 个人中心+修改密码

在线示例 Demo

开发中...