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

vue-range-tooltip-component

v1.0.1

Published

a vue component included slide and tooltip

Downloads

1

Readme

hg-vcomponents

Hanger's vue-components.

Installation

npm install hg-vcomponents

Import

import 'hg-vcomponents/dist/hg-vcomponents.min.css';
import { Loading, SolidArrow... } from 'hg-vcomponents';

Content

SlidDelete 滑动删除组件

Hint 透明提示组件

Loading 加载状态组件

FixedTitle 表头固定组件

ToTop 页面置顶组件

HollowArrow 空心箭头组件

SolidArrow 实心箭头组件

Round 圆形组件

ProgressBar 进度条组件

OmitText 文本省略组件

Banner 横幅组件

MultTextInput 多项文本输入组件

Demo

下载该项目,在文件根目录下依次输入命令行:

npm install
npm run dev

然后在浏览器里输入http://localhost:8089,即可看到组件 demo。

Changelog

2018.10.22

v0.1.10 * 页面置顶组件添加置底配置

2018.9.30

v0.1.9 * 修复横幅组件时常无法滑动问题

2018.9.26

v0.1.8 * 多项文本输入组件

2018.5.3

v0.1.7 * 表头固定组件添加 scrollTop 和 top 属性

2018.5.3

v0.1.7 * 表头固定组件添加 scrollTop 和 top 属性

2018.4.21

v0.1.6 * 添加滑动删除组件的删除按钮自定义

2018.4.17

v0.1.4 * 取消圆形组件、空心和实心箭头组件的绝对定位设置

v0.1.3 * 修改进度条组件高度设置,并去除多余样式

2018.3.26

v0.1.1 * 添加横幅组件

2018.3.11

v0.1.0 * 添加圆形组件、空心和实心箭头组件的激活状态

2018.2.28

v0.0.30 * 创建文本省略组件

2018.2.26

v0.0.29 * 删除原箭头组件,创建空心箭头和实心箭头组件

2018.2.9

v0.0.28 * 创建 README.md、进度条和圆形组件

2018.1.14

v0.0.27 * 创建箭头组件

2018.1.10

v0.0.25 * 初始化项目,创建滑动删除、透明提示、加载状态、表头固定、页面置顶组件