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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3868eaf Β· Aug 13, 2022

History

29 Commits
Oct 27, 2021
Oct 27, 2021
Oct 21, 2021
Oct 21, 2021
Jan 1, 2022
Oct 21, 2021
Aug 13, 2022
Oct 27, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Dec 30, 2021
Oct 27, 2021
Nov 2, 2021
Oct 21, 2021
Dec 30, 2021
Nov 2, 2021
Nov 2, 2021
Nov 2, 2021
Dec 30, 2021
Aug 13, 2022
Aug 13, 2022
Nov 2, 2021
Dec 31, 2021
Oct 27, 2021

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