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 🙏

© 2025 – Pkg Stats / Ryan Hefner

h-kico-ui

v0.1.4

Published

kico-ui ---> 更新了 kInput 组件!

Readme

kico-ui

Kico UI

作者:鹤酒、hejiu45

介绍:

kico ui是一个基于Vite 与 Vue3 开发的UI组件库,由鹤酒(和就5)独立开发,如果大家感兴趣也可以加入我们一起开发和完善我们组件库,这是一个简约、简单、易上手的组件库。

安装与卸载:

# install 安装
npm i h-kico-ui
# uninstall 卸载
npm uninstall h-kico-ui

引用方式:

注意:支持vue3

全局 kico ui 引用:

import { createApp } from 'vue'
import './style.css'
import App from './App.vue'

// 全局 kico ui 引用
import KicoUI from 'h-kico-ui'
// 手动引入组件库样式
import '/node_modules/h-kico-ui/dist/h-kico-ui.css'

const app = createApp(App)

app.use(KicoUI).mount('#app')

局部 kico ui 引用

<template>
  <k-button>默认</k-button>
  <k-button type="info">信息</k-button>
  <k-button type="success">成功</k-button>
  <k-button type="error">错误</k-button>
  <k-button type="warning">警告</k-button>
</template>
<script setup>
import {kButton} from "h-kico-ui"
</script>
<style scoped>
</style>

关于我们:

新疆卓观科技有限公司-鹤酒团队

新疆卓观科技有限公司是一家全方位、综合性的高科技企业,成立于2020年,总部位于新疆乌鲁木齐。公司专注于提供广泛而深入的互联网与信息技术服务,涵盖多个前沿领域。

在互联网服务方面,卓观科技提供互联网信息服务、互联网安全服务以及互联网数据服务,致力于保障用户的信息安全和数据处理需求。同时,公司专精于网络与信息安全软件开发,以先进的技术和专业的团队保障网络环境的安全稳定。

在网络技术服务和物联网技术服务方面,卓观科技不断创新,提供包括计算机系统服务、云计算服务、技术开发、技术咨询、技术转让、技术推广等一站式解决方案。

在人工智能领域,卓观科技通过卓越的开发能力,能够提供成熟的人工智能应用系统、多行业应用系统集成服务、人工智能多模态系统开发和应用软件开发,推动人工智能技术的广泛应用和深度整合。

此外,卓观科技还提供智能控制系统集成、数据处理和存储支持服务、信息系统集成服务、信息系统运行维护服务以及信息技术咨询服务,帮助G端、B端、C端多类型客户优化业务流程,提升运营效率。

作为一家全球化视野的企业,卓观科技的全域技术栈,能够满足各类客户的数字化、定制化、应用化的需求。公司凭借多元的产品和服务,以及对技术创新的持续追求,已在互联网、信息技术和人工智能等领域树立了良好的品牌形象,为各行业客户提供高效、安全、智能的解决方案。

加入我们:

Wechat(微信):stf8264

QQ:3171292158