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

lreact-component

v1.1.1

Published

基于react-antd-antdProUI组件

Downloads

3

Readme

制作的基于antd组件库

关于使用

在react项目中 安装依赖 cnpm i lreact-component --save

如果项目运行出现问题,需要执行rimraf node_modules 删除模板 然后npm install 安装新模板

组件中引用

import { Space, Button} from 'lreact-component';

组件介绍

基于antd的组件库 配置和antd一致 Alert ... DatePicker ---日期参数single 单个 其余多个选框 Img 图片

基于antdPro 的组件库 配置和antdPro一致 FormPage

Error403 403页面 Label 标题组件 参数value为标题值 Margin 为偏移组件设置偏移值 margin

export { default as Row } from './Row'; export { default as Col } from './Col'; export { default as Img } from './Img'; export {default as Tabs} from './Tabs'; export {default as UploadFile} from './UploadFile'; //上传文件 export {default as UploadImg } from './UploadImg'; //UploadImg 上传图片 export {default as Label} from './Label'; //标签文本 export {default as Radio} from './Radio'; //radio export {default as Margin} from './Margin'; //Margin export {default as Select} from './Select'; //Select export {default as Checkbox} from './Checkbox'; //Checkbox export {default as Input} from './Input'; //Input export {default as Space} from './Space'; //Space export {default as Cascader} from './Cascader'; //Cascader 级联 export {default as TimePicker } from './TimePicker'; //TimePicker 时间选择 export {default as DatePicker } from './DatePicker'; //DatePicker 日历选择 export {default as Button } from './Button'; //Button 按钮 export {default as Divider } from './Divider'; //Divider 分割线 export {default as Table } from './Table'; //Table 表格 export {default as Pagination } from './Pagination'; //Table 分页 export {default as ColTables } from './ColTables'; //ColTables 另类表格 export {default as Tooltip } from './Tooltip'; //Tooltip 提示 export {default as Modal } from './Modal'; //Modal 弹窗 export {default as Error403 } from './Error/403'; //403 报错 export {default as BackTop } from './BackTop'; //BackTop 回到顶部 export {default as Alert } from './Alert'; //Alert 提示 export {default as Steps } from './Steps'; //Steps 步骤条 export {default as FormPage } from './FormPage'; //FormPage 表单页 export {default as Progress } from './Progress'; //FormPage 进度条