wc-lantern
Version:
[](https://www.webcomponents.org/element/wibus-wee/lantern-element) [](https://www.npmjs.com/package/wc-lant
32 lines (31 loc) • 730 B
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>