Skip to main content
Home
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
Published
a year ago (0.0.0)
Package root>index.html
<!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>