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

react-xs-component

v1.2.6

Published

react 组件

Downloads

11

Readme

介绍

xs 开发的 react 组件库,基于 ant design。

安装

npm install react-xs-componentyarn add react-xs-component

文档

doc

github

github

感谢

  • 感谢 Ant Design 组件库
  • 感谢 dumi 组件开发而生的文档工具

update

2023/5/23

如果你的项目一开始就用到了这个组件库,你可以直接从这个组件库中直接导出ant的组件进行使用。

2023/3/1

更新RelaxImageCard组件 2023/3/1 在 imageCard 上优化

  • 宽松的高度,样式更贴近于微博
  • 导航栏图片左右按钮的自适应
  • 受控属性,可控制一开始浏览元素,可指定元素宽度
  • 提供工具栏渲染函数

在实际项目的应用效果

image-20230302110800768

更新FullWrapperCard组件

  • 底部浏览区域实时更新位置

  • 父组件可以指定开始浏览的元素

  • 提供事件父组件可以记录浏览的元素索引

在实际项目的应用效果

image-20230302110947094

2023/3/2

实际项目应用RelaxImageCard发现问题 z-index 太低 hover 在出现 bar 底部元素最好还是固定 12px 还是要提供一个事情 让外部可以监听浏览到第几张图片元素较少时元素靠右

更新RelaxImageCard组件

  • 调整层叠值
  • 渲染的工具栏 hover 后再出现
  • 工具栏从百分比变成固定底部高度 12px
  • 提供类似 FullWrapperCard 的受控属性,让外界可以监听浏览元素的变化情况

备注

这个组件库是自己为毕设做的,如果确实有什么功能需要补充的,可以联系我

博客:https://blog.csdn.net/weixin_45696837?type=blog

github : https://github.com/aiketangdezhiyi