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

I have a set of form components made up of nested instances. I am trying to use `nestedProps` so we can toggle the different properties on and off. If I...

API question

I'm following the docs for [Template V2](https://developers.figma.com/docs/code-connect/template-v2-api/) and [No Parser](https://developers.figma.com/docs/code-connect/no-parser/) approach, and seems like the template files only work when using `require` and `export default`? If I try the following...

API question

# MCP Server not reading CodeConnect component code properly **Version:** 1.3.4 **OS:** macOS Sequoia 15.5 ## Issue Description I am having issues with my AI agent (Cursor) reading my CodeConnect...

API question

Is there a way to perform operations on the prop values coming from Figma, before they're passed to `example`? My scenario is as follows: - We have an `Errors` component...

API question

I wanted to set the figma node url in an `.env` file and use it for Code Connect, but couldn't find any way Is there any way to do this?

API question

Please provide: - Code Connect CLI version 1.3.4 - Code Connect file, Figma design and/or relevant code snippet that could help us get more context Actual code is s ```typescript...

API question

Hello, I've setup my icon's example code to be react components. In the majority of my connections when icon's are being used in a prop it shows correctly as a...

API question

from what I'm seeing, if a Figma prop is nested in an object, it doesn't work. So on line 4 in the below example (`text: figma.string('Title')`) doesn't render. ``` {...

API question

**Title:** Code Connect (Vue/HTML, monorepo) — “No Code Connect files found” + template ParserError **CLI:** `figma -V` → **1.3.5** **OS:** Windows 11 Home Single Language — **10.0.26100 (Build 26100)** **Project:**...

API question

``` figma.connect(Autocomplete, "", { props: { label: figma.nestedProps("field-label", { label: figma.string("label") }), }, example: ({ label }) => (`${value.length}`)} />, }); ``` Passes dry-run validation, but results in ``` figma.connect(Autocomplete,...

feature request