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

Hey team, can we support setting different props for each variant, just like what we can do with `figma.connect()`? Looks like it's currently hard-coded to use the same props https://github.com/figma/code-connect/blob/76c9fccca778977bbd4d58928ab76d1b601f789f/cli/src/storybook/convert.ts#L222-L226

Hey team, can we support adding import statements in Storybook integration, just like the `imports` option in `figma.connect()`? Looks like it's currently hard-coded to be empty. https://github.com/figma/code-connect/blob/76c9fccca778977bbd4d58928ab76d1b601f789f/cli/src/storybook/convert.ts#L144

Hey team, I'm getting an issue when using the interactive setup. Currently, whenever I get to the following step, it throws an error no-matter what input I provide (a valid...

API question

Please provide: Code Connect CLI version: `1.2.4` Code Connect lib: `1.1.3` Code Connect Plugin lib: `1.2.1` Kotlin Gradle Plugin: `2.0.21` figma.config.json (I input this file in app directiory) ``` {...

API question

👋🏾 Hey Figma! I'm an engineer on the design systems team at Slack. I recently set up Code Connect for our components, and I'm interested in metrics that can speak...

feature request

#### Thanks for adding support of the Android Compose 🚀 Would you consider adding a connected app example to the documentation for easier integration? Also, It is missing the CLI...

API question

Trying to connect a new Xcode project to Figma design, however I'm getting the following error each time: TypeError: fetch failed Ran the following command: npx figma connect --token XXXXXXXX...

API question

Please provide: - Code Connect CLI version : 1.3.2 - Operating system : mac OS Sonoma 14.4 - Code Connect file, Figma design and/or relevant code snippet that could help...

API question

We use the Code Connect Gradle plugin in our project. From `gradle/libs.versions.toml`: ``` figmaCodeConnect = { id = "com.figma.code.connect", version = "1.2.1" } ``` I was updating our Android project...

- Code Connect CLI version: ``` plugins { id("com.figma.code.connect") version "1.2.1" } ``` ``` dependencies { implementation(libs.code.connect.lib) } .. codeConnectLib = "1.1.3" code-connect-lib = { module = "com.figma.code.connect:code-connect-lib", version.ref =...

API question