code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
Please provide: - Code Connect CLI version: 1.3.6 - Operating system: macOS Sequoia 15.0 - Code Connect file, Figma design and/or relevant code snippet that could help us get more...
## Problem Path aliases (`@/*`) in `.figma.tsx` files are not being transformed to the public package name. Relative imports work, but alias imports don't. **Current output:** ```json "imports": [ "import...
I'd like the ability to pass arguments to InstanceHandle.executeTemplate(). A use case for this is passing the `slot` attribute to a child Web Component. ```ts instance.executeTemplate({ slot: "end" }); ```
- Code Connect CLI version: 1.3.6 - Operating system: macOS 15.7.1 I hit a case where it would be helpful to have a variant based on the name of the...
### Description Currently, `figma.children()` in Code Connect allows capturing children by inclusion (specific names, wildcards, or arrays), but there's no way to exclude specific children while capturing all others. This...
## Summary Code Connect currently lacks monitoring capabilities to detect when Figma component prop changes break Code Connect rendering, leading to silent failures that only surface when developers manually check...
Hey there! I have a Tabs component in React that I'm trying to connect with Code Connect. This is how you can use the component: ``` ``` In Figma, this...
Hi, is there a way for Figma Code Connect to combine imports that come from the same path? Right now, the generated code creates separate import lines for each component:...
Hello, I'm trying to pass the value of a Figma variable in another figma variable as below (full Figma code connect doc down below): ```kotlin @FigmaProperty(FigmaType.Text, "Title content") val titleContent:...
Currently the new Code Connect UI only allows connecting to a Github repository: https://developers.figma.com/docs/code-connect/code-connect-ui-setup/ Component Libraries are published though through NPM in a majority of cases, so connecting to the...