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

@unlocked/base

v0.0.1-beta.13

Published

Unlocked component library built with Tailwind & Vue.

Readme

Unlocked UI

Unlocked is a forward thinking, modern Tailwind based component library built for Vue 3.

We're currently solely maintained by Unlocked's creator Ryan Weston. Unlocked was built with the aim to help tackle issues presented by utilising component libraries, especially tackling the pain points you get when trying to transition your product into using a design system.

We follow the atomic design principles, providing base components within our component library, then providing copy and pastable molecules and organisms under the name 'compositions. These can be found at Unlocked compositions.

This is all with the aim to invert provide the ability for you be able to quickly scale up your product with customisable, premade components. All while providing utilities to invert control. Giving you the ability to easily change complex components without having to wrap them, preintergrated design tokens and a theming system that gives you complete control!

Unlocked is community driven and relies on feedback to help improve. 🎉

🚀 Features

  • ⚡️ Treeshakable imports
  • 🧱 Atomic interface components
  • 🎨 Theming system
  • 📚 Custom tokens
  • 🦄 Easy integration with UI kit

📦 Getting started

For more complete documentation, please refer to our official documentation.

Installation

To install in your Vue application:

yarn add @unlocked/foundation
import { unlockedGlobal, defaultTheme } from '@unlocked/foundation'

app.use(unlocked, { 
 theme: defaultTheme
})

Usage

With global registration, your components don't need to be imported! If you want a modular apporach, please refer to our official documentation.

<UButton>Button</UButton>

Customisation

For more information on customisationa and managing your theme, please refer to our official documentation.

🔧 Development & maintenance

Commit style

Commit messages must conform to the to the conventional commits format.

type(scope?): subject  #scope is optional

Message types:

  • chore
  • feat
  • fix
  • refactor
  • revert
  • style
  • test

Storybook

Please ensure that Storybook's static build has been tested before you push to master.

yarn build:storybook
npx http-server storybook-static

Release

When ready to release ensure you utilise the correct workflow.

yarn release

📄 License

MIT License © 2022-PRESENT Ryan Weston