Skip to content

bitbirddev/web-components

Repository files navigation

@bitbirddev/web-components

Description

A hopefully growing collection of web components.

Finished Components

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);
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published