@bitbirddev/web-components Description A hopefully growing collection of web components. Finished Components Usercentrics Consent Wall WebComponent Media Encoding Status WebComponent 1. Install Dependencies bun install 2. Develop bun run dev --open 3. Bundle bun run build Exclude from vue app.config.compilerOptions.isCustomElement = (tag) => { return ["media-encoding-status", "consent-wall"].includes(tag); };