
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A foundational Vue 3 component library providing lightweight, headless building blocks for modern web applications. Built with TypeScript, this library offers unstyled, accessible components and composables that serve as the foundation for higher-order UI
A foundational Vue 3 component library providing lightweight, headless building blocks for modern web applications. Built with TypeScript, this library offers unstyled, accessible components and composables that serve as the foundation for higher-order UI libraries.
This monorepo contains two primary packages:
@vuetify/v0Core foundational components and composables:
Components:
Atom - Base element wrapper with renderless capabilitiesAvatar - Image/fallback avatar system with priority loadingBreakpoints - Responsive breakpoint utilitiesContext - Context injection/provision systemGroup - Selection grouping with multiple/single modesHydration - Client-side hydration utilitiesPopover - CSS anchor-positioned popup componentsStep - Step-based navigation systemTheme - Theme management and CSS variable injectionComposables:
useBreakpoints - Responsive breakpoint detectioncreateContext - Type-safe context managementuseFilter - Collection filtering utilitiesuseGroup - Selection group managementuseHydration - SSR hydration helpersuseKeydown - Keyboard event handlinguseLocale - Internationalization supportuseRegistry - Component registration systemuseStep - Step navigation logicuseTheme - Theme switching and CSS variable managementuseTokens - Design token systemtoReactive - Utility for reactive object conversion@vuetify/paperStyling and layout primitives:
Components:
V0Paper - Base layout component with comprehensive styling propsComposables:
useBorder - Border styling utilitiesuseColor - Color system managementuseContrast - Color contrast calculationsuseDimensions - Size and spacing utilitiesuseElevation - Shadow and elevation effectsuseRounded - Border radius utilitiesuseSpacing - Margin and padding utilitiesComponents in vuetify0 should be:
--v0-* custom propertiespnpm add @vuetify/v0 @vuetify/paper
<script setup>
import { Avatar, createThemePlugin } from '@vuetify/v0'
import { V0Paper } from '@vuetify/paper'
// Install theme plugin
app.use(createThemePlugin({
default: 'light',
themes: {
light: {
primary: '#1976d2',
background: '#ffffff'
}
}
}))
</script>
<template>
<V0Paper class="p-4">
<Avatar.Root>
<Avatar.Image src="/avatar.jpg" alt="User" />
<Avatar.Fallback>JD</Avatar.Fallback>
</Avatar.Root>
</V0Paper>
</template>
pnpm install
pnpm dev # Start playground
pnpm dev:docs # Start documentation
pnpm storybook # Start Storybook
pnpm build # Build packages
pnpm build:docs # Build documentation
pnpm test # Run tests
pnpm test:ui # Run tests with UI
pnpm coverage # Generate coverage report
pnpm lint # Lint codebase
pnpm type-check # Type checking
Perfect for:
Built with ❤️ for the Vue ecosystem. Part of the Vuetify family.
FAQs
A foundational Vue 3 component library providing lightweight, headless building blocks for modern web applications. Built with TypeScript, this library offers unstyled, accessible components and composables that serve as the foundation for higher-order UI
The npm package rewrite0 receives a total of 0 weekly downloads. As such, rewrite0 popularity was classified as not popular.
We found that rewrite0 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.