
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@maas/vue-primitive
Advanced tools
pnpm install @maas/vue-primitive
<template>
<Primitive as="button" type="button" @click="handleClick">
Click me
</Primitive>
</template>
<button type="button">Click me</button>
<template>
<Primitive as-child type="button" class="my-button" @click="handleClick">
<button>Click me</button>
</Primitive>
</template>
<button type="button" class="my-button">Click me</button>
If you see something that doesnât look right, submit a bug report. See it. Say it. Sorted.
This package is mostly a port of Radix Vueâs Primitive component. The original concept of the asChild prop was invented by the creators of Radix Primitives as far as we know.
MIT License Š 2024-PRESENT Magic as a Service GmbH
FAQs
Vue component for passing attributes to slot content
We found that @maas/vue-primitive demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rustâs crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.