@gymburgdorf/webcomponents@0.0.0
yanked
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




Published
a year ago (0.0.0)
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>L-BB Web Component Example</title> <script type="module" src="./l-bb.js"></script> </head> <body> <h1>L-BB Web Component Example</h1> <l-bb></l-bb> <l-bb></l-bb> <l-bb></l-bb> <l-bb></l-bb> <l-bb></l-bb> </body> </html>