code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
## 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...
**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...
**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...
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...
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...
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...
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...
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...
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...
I need help I am trying to learn how to use code connect and I am getting stuck on the below problem
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...