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

swift-syntax 6.1 is out and the current version specification is blocking upgrades for other packages.

Sorry, it is more of a broader question rather than an issue. Is there a way on Figma Rest API to interact with Code Connect pushed code and receive the...

feature request

Hello, Is it possible to connect with layout properties? If so, is it also possible to get variable names? ![image](https://github.com/user-attachments/assets/aa3890f3-0978-465c-8653-28c25c9fa71c)

API question

- Code Connect CLI version: 1.3.2 - Operating system: Windows When using `npx figma connect` it correctly(!) finds two versions of the component in Figma: `Button` and `.button`. The first...

API question

Does Figma support batch copying all Code Connect components within a Frame? If not, is it feasible to develop a custom plugin using the Figma API to implement this functionality?

API question

Hello. In Code Connect, componentized parts are converted into code, but will layout be supported in the future? For example, consider a design in Material Web. There is a Dialog...

under discussion
feature request

Our org uses a private Github Enterprise instance. The code checks look like they fall through to the final statement: `Unsupported remote URL` https://github.com/figma/code-connect/blob/cfed2bf6f63c5d61d9d358556d3a7117ba9c59ba/cli/src/connect/project.ts#L507-L527 To quiet the message, I modified...

API question

- Code Connect CLI version - 1.2.2 - Operating system - macOS Sonoma 14.5 - Code connect - Compose **Using config file:** ``` { "codeConnect": { "parser": "compose", "gradleWrapperPath": "..",...

API question

The design team has made an `IconSize` component that swaps instances of icons out. Each icon is a standalone component without a `size` property. The `IconSize` component contains the `size`...

API question

### Describe the feature you'd like: Currently `parseReactDoc` is capable of returning `variant` and `link` to the `CodeConnectJSON` https://github.com/figma/code-connect/blob/cfed2bf6f63c5d61d9d358556d3a7117ba9c59ba/cli/src/react/parser.ts#L910-L911 It would be nice to also be able to specify `variant`...

feature request