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

tq-pat-ui

v3.2.16

Published

tq-pat-ui

Downloads

7

Readme

Taro3组件库

  • components 组件
  • assets 资源文件
  • forms 表单
    • base 基本表单
      • select 选择,自定义选择方方法
      • textarea 多行文本
    • sel 选择表单,传入固定selList
  • popup 弹窗
    • sellist 选择弹窗
    • toast 提示弹窗,防覆盖
  • t-map 天地图、粤政图
  • map
    • gd-map 高德地图
    • gd-map-marks 高德地图显示mark点位
    • gd-maps 高德地图多边形
    • t-map 天地图
    • wdja-map 武大吉奥地图
    • yzy-map 粤政地图
  • template-pages 模板页面
    • base 通用页面-100vh高、100vw宽、禁止滑动、字体32px
    • launchpage 通用加载页面-默认加载状态
    • common 通用页面-100vh高、100vw宽、flex布局、禁止滑动、字体32px
    • submit 提交页面 带一个“提交”按键,内容占满,可上下滑动,flex布局
    • check 检查页面 带“取消”、“确认”按键,内容占满,可上下滑动,flex布局
    • submit-form 带控制显示页面状态,按钮文字显示等状态
    • tabpage Tab页 +tabitem Tab页所需tabitem
  • style 样式
  • components 组件样式
  • variables 通用样式
  • default.scss 通用默认
  • utils 工具方法
  • util_pat_ui 弹窗类显示方法,如 PatUIUtil.selList弹出sellist选择
  • index.ts 组件统一引用入口

发布新版本包: 1、npm set registry http://npm.hztianque.com/

2、 无账号时 npm adduser --registry http://npm.hztianque.com/ 有账号时 npm login

3、npm publish