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

A tool for connecting your design system components in code with your design system in Figma

Results 233 code-connect issues
Sort by recently updated
recently updated
newest added

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...

API question

## 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...

fixed in next release
API question

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" }); ```

feature request

- 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...

API question

### 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...

feature request

## 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...

feature request

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...

feature request

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:...

API question

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:...

API question

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...

feature request