webcomponents / webcomponents.org

Home of the web components community
https://www.webcomponents.org
Apache License 2.0
359 stars 95 forks source link

Add rough element page #1350

Closed justinfagnani closed 1 year ago

justinfagnani commented 1 year ago

Adds a very rough element page that just outputs some element fields and methods.

It looks like:

localhost_8080_catalog_element_@shoelace-style_shoelace_sl-button

There isn't much is the way of input or database value escaping or sanitization, and the page is rendered with a plain JS template string. We need to choose template system that will comprehensively sanitize data.

Part of #1346