@piayo/web-components-full-year
v1.0.0
Published
A Web Component that shows the current year
Downloads
6
Readme
web-components-full-year
A Web Component that shows the current year, using data from GetFullYear.com.
Usage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="./wc.full-year.min.js"></script>
</head>
<body>
© <full-year></full-year> MySiteName
</body>
</html>