Hacker News new | ask | show | jobs
by edweis 1226 days ago
Your landing page designs are sleek!

Nitpicking about the package: <lp-theme/> is a not a valid HTML tag. You can use <meta name="lp-theme" /> or <div id="editor" class="--primary=#ffff00; --secondary=#000000" />

1 comments

Thanks a lot! Actually, <lp-theme/> is a webcomponent. It might not be recognized by your IDE, but it's a valid HTML tag for that specific use.

This component then inherit a shadow DOM where all the magic happen.

See https://developer.mozilla.org/en-US/docs/Web/Web_Components/...