@bobanum/webponents
v0.0.1
Published
Library of web components that can be used to build web applications
Downloads
1
Maintainers
Readme
Webponents
Webponents is a library of web components that can be used to build web applications. It is built on top of the Web Components standard.
Installation
npm install @bobanum/webponents
Usage
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webponents</title>
<script type="module" src="path/to/webponents/Window/index.js"></script>
</head>
<body>
<wp-window>Hello World</wp-window>
</body>
</html>