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

## Configuration Code Connect CLI version: `1.1.4` ## Sources ```kotlin package ... import android.annotation.SuppressLint import androidx.compose.foundation.layout.size import androidx.compose.material.icons.Icons import androidx.compose.material.icons.filled.Add import androidx.compose.material3.Icon import androidx.compose.runtime.Composable import androidx.compose.ui.Modifier import androidx.compose.ui.graphics.vector.rememberVectorPainter import androidx.compose.ui.unit.Dp...

API question

**Issue Summary:** MCP server returns generic React/Tailwind code instead of configured Angular Code Connect mappings when using get-design-context. **Steps to Reproduce:** - Set up Code Connect CLI mapping for Angular...

API question

**Summary:** I'm using Code Connect with Web Components and would like to conditionally render slotted content (such as an icon before a label) based on a boolean prop. Currently, the...

feature request

Didn't see this mentioned anywhere in the docs. How are we supposed to be testing Code Connect files? Is the expectation that we just publish / unpublish code until it's...

API question

Hi everyone, I can't get `findLayers()` to work with the `path` prop, even though the docs say that it should work. I'm using Template API V2. `instance.findLayers((child) => true)` works...

API question

When a component is **removed** in Figma or **moved to another file**, the Code Connect link in our codebase becomes stale. Currently, the publish command still succeeds without errors, even...

feature request

Please provide: - Code Connect CLI version [use `npx figma -V` if using React, or `figma -V` otherwise, to get the version of your CLI] v1.3.6 - Operating system: WLS...

API question

Our designers frequently build figma components using nested primitives in order to avoid too many variants. On the engineering side it is still a single component, and we need to...

feature request

Our designers frequently use 2 figma properties to configure a single optional field. For example, one boolean property indicating whether the field should be shown, and a text property indicating...

feature request

Please provide: I am following the tutorial on the figma site and using the sds library to follow along figma v 1.3.2 windows 11 hat is the URL of the...

API question