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

@a11yuikit/wc

v0.0.2

Published

♿ @a11yuikit/wc — Accessible, lightweight, and framework-agnostic Web Components that work out of the box. Accessibility first, not as an afterthought.

Readme

@a11yuikit/wc 🧩

Accessible Web Components that just work — out of the box.

pnpm version License Bundle Size CI


Accessible Web Components Icon

🚀 Why @a11yuikit/wc?

Most UI libraries prioritize visuals first and accessibility later — if ever.
@a11yuikit/wc flips that philosophy. It’s a growing collection of modern, lightweight, and accessible Web Components that are:

  • Accessible by default (WCAG 2.1 AA compliant)
  • ⌨️ Fully keyboard navigable
  • 🧭 Framework-agnostic (works with any frontend stack)
  • ⚡ Lightweight and dependency-free
  • 🧪 Built with accessibility as a non-negotiable baseline

📦 Installation

pnpm install @a11yuikit/wc

or

yarn add @a11yuikit/wc

You can also use it via CDN for quick experiments.


🧩 Planned Components

| Component | Description | Status | |-------------------|-------------------------------------------|---------------| | <a11y-modal> | Accessible modal with focus trap | ✅ Stable (coming soon) | | <a11y-tooltip> | Tooltip with ARIA support | 🧪 In progress | | <a11y-tabs> | Tabs with keyboard navigation | 🧪 In progress | | <a11y-toast> | Non-blocking toast notifications | 🚧 Planned | | <a11y-dialog> | Dialog with auto focus management | 🚧 Planned |


🧠 Philosophy

Accessibility isn’t a “nice to have.” It’s a requirement.

This project is guided by a simple principle:

If it’s not accessible, it’s broken.

Every component will:

  • Comply with accessibility standards by default
  • Work seamlessly with assistive technologies
  • Be usable with a keyboard alone
  • Respect user preferences and motion settings

🛠️ Development

git clone https://github.com/humayunkabir/a11y-wc.git
cd a11y-wc
pnpm install
pnpm run dev

Build for production:

pnpm run build

Run tests:

pnpm test

🧭 Roadmap

  • [ ] Release first stable components
  • [ ] Automated accessibility testing integration
  • [ ] Theming support
  • [ ] Documentation site
  • [ ] Dark mode support
  • [ ] Community contributions & starter templates

🤝 Contributing

Contributions are very welcome.
If you believe accessibility should be the default, join in.
See CONTRIBUTING.md for details once the repo opens for contributions.


📄 License

MIT © Humayun Kabir


🌍 Join the Movement

@a11yuikit/wc isn’t just a package — it’s a push toward a more inclusive web.
If you like the mission, star the repo, share it, and let’s build something that matters.