code-connect icon indicating copy to clipboard operation
code-connect copied to clipboard

HTML projects are currently not supported by Code Connect interactive setup

Open xplloveyxl opened this issue 11 months ago • 3 comments

Image

figma.config.json

{ "codeConnect": { "include": ["src/figma/*.ts"], "parser": "html", "label": "vue", "importPaths": { "src/components/pan/*": "@pan/components" }, "paths": { "@pan/components/*": ["src/components/pan/*"] } } }

xplloveyxl avatar Jan 21 '25 10:01 xplloveyxl

Hi @xplloveyxl, thanks for the report! Today the interactive setup is only available for React, so for HTML projects you'd need to connect your components individually.

We're tracking interest in support for other frameworks for the interactive setup and will keep you posted if we prioritize this.

slees-figma avatar Jan 21 '25 13:01 slees-figma

hey @slees-figma ! seeing as web components are not (yet?) supported by the interactive setup, do you think it'd be possible to have a version of the SDS demo repo using a custom element library? that'd be super helpful.

olaf-k avatar Feb 06 '25 15:02 olaf-k

Consider me interested! :)

plasticmind avatar Feb 16 '25 02:02 plasticmind