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

kf-ui

v0.0.28

Published

KFUI

Downloads

33

Readme

✨ 特性

  • 🚀 组件平均体积小于 1KB(min+gzip).
  • 💎 70+ 个高质量组件,覆盖移动端主流场景.
  • 🛞 30+ 个高质量业务组件和页面.
  • 💪 使用 TypeScript 编写,提供完整的类型定义.
  • 📝 提供完善的文档和组件示例.
  • 🎨 支持主题定制,内置 700+ 个主题变量.
  • 😎 支持按需引入和 Tree Shaking.
  • 🌵 现代浏览器

🖥 环境支持

| Edge | Firefox | Chrome | Safari | | --- | --- | --- | --- |

支持现代浏览器和 Chrome >= 51,iOS >= 10.0。

📦 安装

目前为高速迭代期间,可实时关注变化并进行更新。

# npm
npm i aunt

# yarn
yarn add aunt

🚀 快速开始

以下是 aunt 的一些代码示例:

代码片段:

import ReactDOM from 'react-dom';
import { Button } from 'aunt';

function App() {
  return <Button>Default Button</Button>;
}

ReactDOM.render(<App />, mountNode);

更多信息请参考快速开始.

内置从零搭建项目流程可参考项目实战

🛠 本地开发

先将本项目克隆到本地并安装相关依赖。

# 克隆项目
git clone https://github.com/79E/aunt.git

# 安装依赖
cd aunt && npm install

# 进入开发模式,浏览器访问 http://localhost:8000
npm start

🤝 贡献

阅读我们的贡献指南,让我们一起构建更好的 Aunt

我们欢迎所有贡献。 请先阅读我们的 开发指南。 您可以将任何想法作为拉取请求或作为 GitHub 问题提交 😃。

📜 许可证

MIT