You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
figma.config.json
{ "codeConnect": { "include": ["src/figma/*.ts"], "parser": "html", "label": "vue", "importPaths": { "src/components/pan/*": "@pan/components" }, "paths": { "@pan/components/*": ["src/components/pan/*"] } } }
The text was updated successfully, but these errors were encountered: