Skip to content

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

Notifications You must be signed in to change notification settings

Polight/lego-doc

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks