webstudio-is / webstudio

Open Source alternative to Webflow, check out our CMS launch https://webstudio.is/cms
https://webstudio.is
GNU Affero General Public License v3.0
4.1k stars 399 forks source link

Custom html element #3632

Open kof opened 1 week ago

kof commented 1 week ago

As a builder I want to be able to use any existing html tag, including a custom html tag

TrySound commented 1 week ago

This should be core component with special behavior in some parts of builder so we could figure out current tag without requesting info from canvas.

Attributes completion should rely on spec/mdn to be framework agnostic. Some attributes should map react.

Whether to support custom element (instance of web component) requires research to understand how builder could interact with web component.

So as first iteration would add only html element support.