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

quec-app-basic-ui

v1.4.0

Published

基础UI组件库

Downloads

6

Readme

基础UI库

安装

yarn add quec-app-basic-ui

版本记录

|版本号|功能|时间|作者|备注| |---|---|---|---|---| |1.0.0|首次创建|2022-07-08|king.pan & ives.li|无| |1.2.1|QBoolEnumBottomSheet添加选中功能|2023-02-27|Paul.dai|无| |1.3.0|1.增加倒计时选择器2.QBoolEnumBottomSheet 增加 closeOnPressMask 、itemSelectedContainerStyle 、selectedValue、selectedIcon、selectedIconStyle属性|2023-04-03|king.pan|无|

组件列表

|名称|组件说明|实现版本| |---|---|---| |QSwitch|开关组件|1.0.0| |QBottomSheet|底部弹框组件|1.0.0| |QWheel|滚轮组件|1.0.0| |QButton|按钮组件|1.0.0| |QImage|图片组件|1.0.0| |QDateTimePicker|时间滚轮组件|1.0.0| |QBoolEnumBottomSheet|布尔枚举型底部弹框,用于设置物模型布尔、枚举属性|1.1.0| |QIntegerWheelBottomSheet|整数型滚轮底部弹框,使用比较小的整数,适用场景设置温湿度等|1.0.0| |QConfirmDialog|确认弹出框|1.0.0| |QCell|左右结构的组件,例如左侧标题,右侧值;或者是左侧标题,右侧开关等|1.0.0| |QSearchBar|搜索框|1.0.0| |QToolTip|工具提示框|1.0.0| |QDivider|分割线|1.0.0| |QPermissionDialog|权限弹窗|1.0.0| |QInputDialog|输入弹框|1.0.0| |QAutoDragSortableView|拖拽组件|1.0.0| |QRuler|刻度组件|1.0.0| |QCountDownTimer|倒计时选择器|1.0.0|

组件依赖

"dependencies": {
    "moment": "^2.29.4",
    "react-native-localize": "^2.2.2",
    "react-fast-compare": "^3.2.0",
    "react-native-permissions": "3.6.1"
  }

1、moment 时间处理

yarn add moment

2、react-native-localize 获取系统是否24小时制等

yarn add react-native-localize

3、react-native-permissions 校验权限

yarn add react-native-permissions

4、安卓需要震动权限

<uses-permission android:name="android.permission.VIBRATE" />