code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
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: ({...
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...
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...
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...
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...
- 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...
## 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...
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+...
How can we get access to the Variable modes ? Is it planned ?  Environement: - Code Connect CLI version: 1.1.4 - Operating...
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...