UNPKG

lightview

Version:

Small, simple, powerful web UI and micro front end creation ... Great ideas from Svelte, React, Vue and Riot combined.

11 lines 272 B
<!DOCTYPE html> <head> <title>Nested</title> <link href="message.html" rel="module"> <script src="../lightview2.js?as=x-body"></script> </head> <body> <l-message value="Hello One"></l-message> <l-message value="Hello Two"></l-message> </body> </html>