@bobanum/webponents

0.0.1 • Public • Published

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>

Components

Package Sidebar

Install

npm i @bobanum/webponents

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

157 kB

Total Files

19

Last publish

Collaborators

  • bobanum