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

Code connect : `1.2.0` OS: Mac `Somona 14.6.1` I have code connected my icon library. Here is the code snipit for Icons ``` figma.connect( IconPast, 'https://figma.com/file/vuFujhehhBk3qpDDOFLbMM/?node-id=25270-7765', { props, example: ({...

API question

So as we're connecting code for internal customers, it's still very much in an alpha phase for us internally until we: - plan a cross-discipline process for maintenance and accuracy...

under discussion
feature request

Hey! I'm working on Meta's internal design system with @vjeux and piloting code connect. We have a few components where boolean props are required so the current way figma code...

feature request

Hey, I'm working on Meta's internal design system with @vjeux. We have a large number of components to connect and our system is in continuous development so one concern we...

feature request

The [documentation](https://github.com/figma/code-connect/blob/main/docs/swiftui.md#configuration) for SwiftUI shows an approach for handling imports that seems unfamiliar in a typical Swift environment. The concept of handling imports with paths doesn’t align with how imports...

API question

- Code Connect CLI version: 1.2.0
 Apologies if I am missing something obvious, but I'm encountering an issue when using the HTML implementation for a Vue component library. While I...

API question

## Configuration Code Connect CLI version: `1.1.4` ## Sources ```kotlin package ... import androidx.compose.material3.Button import androidx.compose.material3.ButtonDefaults import androidx.compose.runtime.Composable import androidx.compose.ui.graphics.Shape import com.figma.code.connect.Figma import com.figma.code.connect.FigmaConnect import com.figma.code.connect.FigmaProperty import com.figma.code.connect.FigmaType import com.figma.code.connect.FigmaVariant...

under discussion
API question

Great idea of the code connect! - Code Connect CLI version 1.2.0 - Operating system MacOS - Code Connect file, doesn't matter here I have a large Figma file (300+...

under discussion
API question

How can we get access to the Variable modes ? Is it planned ? ![Capture d’écran 2024-10-15 à 11 49 15](https://github.com/user-attachments/assets/ad1c9ca2-2c5f-4da9-9e3f-00de45a13827) Environement: - Code Connect CLI version: 1.1.4 - Operating...

under discussion
API question

I am exploring Storybook integration with Code Connect for React components. When I create a .figma.tsx file using figma connect create, all required dynamic props are correctly updated in the...

API question