lego icon indicating copy to clipboard operation
lego copied to clipboard

🚀 Low-Tech Web-Components Made Lightweight & Future-Proof.

Results 15 lego issues
Sort by recently updated
recently updated
newest added

Some functionalities need to extend Lego. However writing these functionalities to the core will enlarge the size and might not interest all users. One of the extension would be to...

enhancement
help wanted

Lego supports passing strings, arrays, objects… to children. They should be passed as attributes as so: ``` this.init() { this.state = { user: {fistname: "John", lastname: "Doe"} } } ```...

enhancement

i've tried use custom events and i failed forthright, someone has used lego with custom events?

help wanted
good first issue

[Sounds like](https://dev.to/steveblue/server-side-rendering-web-components-320g) webcomponents could be rendered on the server side. Even ShadowDom. This may be worth a try!

The way Lego is used now may be confusing. The module way is not obvious while it should be the way to go. goal: ```html hey ${state.name} export default {...

enhancement

[Tauri](https://tauri.studio/en/docs/about/intro) is a robust alternative to Electron. Lego may be very adapted as Tauri is also make to run fast. A testing and demo could be great to have!

enhancement

https://github.com/vaadin/router is a router considering webcomponents. How does it behave with Lego?

In React one can do `` to pass all parent attributes to the child. How to do this with Lego?

Reading about https://dubroy.com/blog/cold-blooded-software/ and I feel like this project is concerned. Can we include some mention or inspiration in its documentation? 🐢 ❄️

enhancement
documentation

The js template should be indented so that it is more readable: children should be more indented than parents. Right now it's all width an indent of 4 spaces.

v2