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

fx67ll-clock

v0.2.3

Published

Easy & Good Clock!

Downloads

5

Readme

fx67llClock

Easy & Good Clock !

npm

使用步骤

  1. npm install fx67ll-clock --save
  2. main.js中注册组件
import fx67llClock from 'fx67ll-clock'
Vue.use(fx67llClock)
  1. 在vue页面中导入使用

组件简介

  1. 二进制时钟组件
属性 isShowTime:是否显示十进制时间,默认值:true,仅支持布尔值
属性 zoomSize:修改时钟缩放尺寸,复杂修改请直接重写样式表,默认值:1

<fx67ll-binary-clock :isShowTime="true" :zoomSize="1"></fx67ll-binary-clock>

我是 fx67ll.com,如果您发现本组件有什么错误,欢迎在评论区讨论指正,感谢您的阅读!
如果您喜欢这个组件,欢迎访问 本组件github仓库地址,为我点一颗Star,Thanks~ :)
转发请注明参考地址,非常感谢!!!

0.2.3.20230417

  • 修复文案

0.2.2.20230416

  • 修复可能的样式问题

0.2.1.20211223

  • 完成二进制时钟组件第一个发布版本

0.2.0.20211222

  • 完成二进制时钟组件初版
  • 考虑各类场景适配和开放什么样的参数配置的问题

0.1.3.20211208

  • 删除不必要中文字体包文件

0.1.2.20211027

  • 完成基础翻书动效

0.1.1.20211026

  • 完成3d transform变换

0.1.0.20211025

  • init project
  • 各种各样简单好用的时钟组件,第一版计划支持Vue2,后续兼容Vue3