UNPKG

wc-lantern

Version:

[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/wibus-wee/lantern-element) [![npm](https://img.shields.io/npm/v/wc-lantern)](https://www.npmjs.com/package/wc-lant

32 lines (31 loc) 730 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg" /> <link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Lantern for Web Components</title> <!-- cdn --> <script type="module" src="https://cdn.jsdelivr.net/npm/wc-lantern@latest" ></script> </head> <body> <lantern-element number="2" position="right" text="快,乐" disPlayBoth ></lantern-element> </body> </html>