@waitlistpack/vue
v0.1.1
Published
Drop-in Vue 3 component for the WaitlistPack waitlist signup widget. Shadow-DOM isolated, SSR-safe, zero CSS to import.
Downloads
258
Maintainers
Readme
@waitlistpack/vue
Vue 3 component that embeds the same WaitlistPack waitlist signup form as the CDN <script> widget — Shadow DOM, zero host CSS to import, SSR-safe.
Install
npm install @waitlistpack/vue
# or: pnpm add @waitlistpack/vue
# or: bun add @waitlistpack/vuePeer dependency: vue ^3.2 (Composition API + h / mergeProps).
Full guide (architecture, SSR, theming, events, publishing): see Framework widgets in this repo.
Quick start
<script setup lang="ts">
import { WaitlistForm } from '@waitlistpack/vue';
</script>
<template>
<WaitlistForm />
</template>Development (monorepo)
bun install
bun run --filter @waitlistpack/vue typecheck
bun run --filter @waitlistpack/vue build