code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
I'm trying to create some docs using figma code connect and some components have a component inside when a variant it's true and when it's false the component disappears and...
It's again about our Buttons. 🙈 For historic reasons, our Figma Button component can have three different variants for the property "Content": - Label only - Label + Icon -...
I need to take each children from a figma component and use this data as an array have some way to do that? Example code: ```tsx import React from "react"...
I have the following import in my `*.figma.tsx` file ``` import { unstable__FluidSelect as FluidSelect, SelectItem, } from '@carbon/react'; ``` Code connect is only rendering the alias and not the...
We have a text in a nested figma tree `Selector > .Input Message > Text message`. `figma.textContent('Text message')` does not find it. But if we move `Text message` at the...
As we are trying code-connect on the internal Meta design system, we ran into an issue with React children handling textContent. We are rendering three children: two `figma.instance` and one...
Hi, When running `figma connect` commands in my Xcode project root directory, I get the following: ``` Using "swift" parser as a file matching *.xcodeproj or Package.swift was found in...
We are using code-connect with angular. We use the html parser for that but some of our inputs are converted to lowercase. We would like to keep the exact formatting...
When detaching a component, Figma keeps track of the detachment history (unless manually cleared by the user). Even detached, I can still compare the changes between the detached component and...
- Code Connect CLI version [use `npx figma -V` if using React, or `figma -V` otherwise, to get the version of your CLI] 1.1.3 - Operating system MacOs Issue: If...