Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 671 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 671 Bytes

Documentation was moved to https://github.com/Polight/lego/tree/master/docs

<template>
  <p>Welcome to Lego, the native and ${duration} web-components library.</p>
</template>

<script>
  export default class extends Lego {
    init() {
      this.state = { duration: "Future-Proof" }
    }
  }
</script>

🚀 Lego Web-Components, the Native and Future-Proof Web-Components Library.

Lego is a web-component library that allows you to build HTML elements easily and compile them to native HTML elements.

The whole library runs within the browser.

To know more, go to the documentation to install and create native web-components.