1.0.1 • Published 2 years ago

zsozso-table v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

This repository contains a table WebComponent used for learning purposes. Usage:

<html>
  <head>
    <meta charset="utf-8" />
    <title>&lt;zsozso-table> Demo</title>
    <script type="module" src="node_modules/zsozso-table/zsozso-table.js"></script>
    <style>
      h1 {
        text-decoration: underline;
      }
    </style>
  </head>
  <body>
    <h1>Learning Webcomponents</h1>
    <zsozso-table title="Dobogó" item1="Verstappen" item2="Hamilton" item3="Bottas"></zsozso-table>
  </body>
</html>