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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@yunyoujun/ak-ui

v0.2.0

Published

Framework-agnostic Arknights-inspired CSS interface modules.

Downloads

370

Readme

ak-ui

Docs npm license

Framework-agnostic Arknights-inspired CSS interface modules.

  • Documentation: https://ak-ui.yyj.moe
  • Source: SCSS modules and runtime CSS variables
  • Runtime dependency: none

Install

pnpm add @yunyoujun/ak-ui

Import the compiled stylesheet:

import '@yunyoujun/ak-ui/style.css'

Or use the Sass entry:

@use '@yunyoujun/ak-ui/scss';

CDN usage:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@yunyoujun/[email protected]/dist/ak-ui.min.css">

The CSS Core includes native form controls, <dialog>, and Popover API surfaces alongside the original AK-themed display, navigation, and feedback modules. Browse the complete HTML source examples in the component documentation.

Vue Registry

Vue users can copy editable adapters into their project with the shadcn-vue CLI:

pnpm dlx shadcn-vue@latest add https://ak-ui.yyj.moe/r/button.json
pnpm dlx shadcn-vue@latest add https://ak-ui.yyj.moe/r/card.json
pnpm dlx shadcn-vue@latest add https://ak-ui.yyj.moe/r/input-number.json
pnpm dlx shadcn-vue@latest add https://ak-ui.yyj.moe/r/status.json
pnpm dlx shadcn-vue@latest add https://ak-ui.yyj.moe/r/progress.json
pnpm dlx shadcn-vue@latest add https://ak-ui.yyj.moe/r/notice.json
pnpm dlx shadcn-vue@latest add https://ak-ui.yyj.moe/r/tabs.json

The copied Vue source imports the framework-agnostic CSS package, so there is no separate ak-ui runtime. See the Vue Registry guide for usage and live examples.

The architecture migration and implementation history are documented in the project revival log.

Development

pnpm install
pnpm dev

Useful commands:

pnpm build               # build dist CSS
pnpm docs:build          # build the VitePress site
pnpm lint                # check SCSS
pnpm test:visual         # quick visual check for the current OS
pnpm test:visual:update:linux # update lossless WebP baselines in the CI-matched Linux container
pnpm test                # run all verification with Linux visual regression

The files in examples/ are the single source for documentation previews, displayed source code, and Playwright browser tests. Only the desktop and mobile homepage baselines are versioned. Component captures are generated under test-results/ and uploaded as a 14-day GitHub Actions artifact instead of entering Git history. The homepage baselines use the pinned Playwright Noble container so local updates match the Ubuntu 24.04 CI renderer.

License

MIT

This is an unofficial fan project. Arknights and related assets belong to their respective owners.