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

@payteam/payui

v0.1.5

Published

payui for react

Downloads

1

Readme

PAYUI

基于payTeam设计规范的react组件实现

安装说明

npm install payui --save-dev

core

  • typescript编码
  • 组合“pay.css”进行样式处理
  • 引入jest测试框架,增加了组件的单元测试和快照测试
  • 将rem根字体设置为12px,依照12px规范重新调整了css样式
  • 遵照payTeam的设计规范

新增组件

  • 布局组件
    • Flex
    • List
    • Tabs
  • 表单组件
    • Input
    • Slider
    • PaySlider
    • Checkbox
    • RadioButton (RadioButtonGroup)
    • Toggle
  • 数据展示组件
    • Table (TableRow,TableCell,TableBody,TableHead)
    • Pagination
    • Panel
    • Paper
    • Modal
    • Menu (ButtonMenu,IconMenu,SelectMenu)
  • 按钮组件
    • Button
    • IconButton
    • FlatButton
    • RaisedButton

changelog

** 2017.11.23

  • 绑定payui.css到payui组件库

webpack的css module方式更适合写react组件。后续我们的ui组件会逐步替换到这种方式上

  • 增加pacloud项目的ui组件库规划

** 2017.12.4

  • 提供顶级类名.payui_css方便,避免css冲突
  • 修复Input组件的getValue() 方法

** 2017.12.11 (解决逸峰提出的UI组件问题)

  • 已解决:

    • SelectField 显示 Value 的问题
    • panel 底色透明问题
    • Modal Title 问题
    • 表格样式问题
    • 按钮flat primary无悬浮效果
    • normalize 全局污染
    • 翻页组件功能缺失(导致频繁点击)
  • 延迟解决

    • 大云框架的zIndex问题
    • 大云框架zindex问题(导致modal的overlay层次较低)
    • 小按钮需求
    • 自定义主色调

** 2018.1.18

  • 增加 Tabs#onChange 方法和 Tab#onActive 方法
  • Menu支持配置value
  • ButtonMenu 增加 flat 属性,默认为 true

** 2018.1.25

  • 增加 paySlider的value属性
  • 打包压缩

** 2018.1.30

  • 增加 pagination的自定义label,方便用户做国际化操作
  • 调整pagination的page从 0 -> 1
  • ButtonIconButton 提供iconStyle的样式,更好的控制icon的显示

** 2018.2.1

  • 将html默认的fontFamily设置为Microsoft YaHei
  • 将一些开发依赖包devDependenciesdependencies中移除
  • 新建@payteam组织,以后版本的发布按照组织名发布,新增payteam成员ziofat
  • publishing-an-org-scoped-package