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

@vuetify/v0

v0.0.16

Published

Vuetify0

Readme

@vuetify/v0

Core foundational package from providing components and composables for building modern applications. @vuetify/v0 is the foundational layer of the Vuetify ecosystem, offering lightweight, headless building blocks with TypeScript support and accessibility features built-in that serve as building blocks for higher-order UI libraries and custom design systems.

🚀 Installation

npm install @vuetify/v0@latest
# or
pnpm add @vuetify/v0
# or
yarn add @vuetify/v0
# or
bun add @vuetify/v0

📦 What's Included

Components

  • Atom - Base element wrapper with renderless capabilities
  • Avatar - User avatar component
  • Popover - CSS anchor-positioned popup components

Composables

Factories

  • createContext - Context factory with type safety
  • createPlugin - Vue plugin factory
  • createTrinity - Trinity pattern factory

Registration

  • useRegistry - Component registration and retrieval system
  • useProxyRegistry - Make any registry reactive
  • useQueue - Registry for managing ordered items
  • useTimeline - Registry for managing timeline items
  • useTokens - Design token system

Selection

  • useFilter - Collection filtering utilities
  • useSelection - Selection management
  • useGroup - Selection group management
  • useSingle - Single selection utilities
  • useStep - Step navigation logic

Forms

  • useForm - Form validation and state management
  • useProxyModel - Proxy registry for Vue reactive models

System

  • useEventListener - Event listener utilities
  • useIntersectionObserver - Intersection observer utilities
  • useKeydown - Keyboard event handling
  • useMutationObserver - DOM mutation observation
  • useResizeObserver - Resize observer utilities

Plugins

  • useBreakpoints - Responsive breakpoint detection
  • useFeatures - Feature detection utilities
  • useHydration - SSR hydration helpers
  • useLocale - Internationalization support
  • useLogger - Development logging utilities
  • usePermissions - User permission management
  • useStorage - Local/session storage utilities
  • useTheme - Theme switching and CSS variable management

Transformers

  • toArray - Array transformation utilities
  • toReactive - Reactive object conversion

🏗️ Design Principles

  • Headless First: Components provide logic and accessibility without imposed styling
  • Slot-Driven: Maximum flexibility through comprehensive slot APIs
  • CSS Variables: All styling configurable via CSS custom properties
  • TypeScript Native: Full type safety with excellent developer experience
  • Minimal Dependencies: Lightweight with only essential peer dependencies
  • Composable Architecture: Reusable logic through Vue 3 composables

📚 API Reference

For detailed API documentation, type definitions, and examples, visit our documentation site or explore the TypeScript definitions included in this package.

🤝 Contributing

We are not currently accepting contributions to this package, check back later.

📄 License

MIT License


Built with ❤️ for the Vue ecosystem. Part of the Vuetify family.