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

My `Button` leadingIcon or trailingIcon has `Icon component` (this is nested component) but, I want to see the "code connect" of `Icon component` without clicking this. - My code ```javascript...

bug

I am trying to connect icons at once using the `client` from @figma/code-connect. However, when I use a template literal (`${foo}`) expression in `figmaNodeUrl`, it causes an error. How can...

under discussion
API question

Please provide: - Code Connect CLI version : 1.0.4 - Operating system : macos - Code Connect file, Figma design and/or relevant code snippet that could help us get more...

under discussion
API question

Hello 👋 , Our ProgressBar component in Figma is actually composed of 2 components ProgressBar and ProgressFloatingLabel in code. In figma we have a boolean to control show/hide FloatingLabel, how...

under discussion
API question

my component's `Text` property is boolean. If true, a text component named _Text_ exists, and if false, that text component disappears. I set "undefined" when `Text` property is false, but...

API question

The `component` property of the `FigmaConnect` type doesn't easily allow for use of generic types, you have to specify every specific combination of generic constraints for that type which can...

under discussion

- `"@figma/code-connect": "^1.0.1",` - React parser - [Project using Code Connect](https://github.com/omnifed/cerberus/tree/main/figma) ## Problem For some reason we cannot figure out, CC is working with some components and not others. For...

need more information

Hello CodeConnect Team, We have a scenario where our design team maintains a single Figma library for all our component designs, such as Button, Card, Link, etc. However, most of...

need more information

- Code Connect CLI version: 1.0.0 - Operating system: macOS Ventura: Version 13.4 - Code Connect file: Private When running `create` and `publish`, we are getting this error: `SyntaxError: Unexpected...

bug

Related: https://github.com/figma/code-connect/issues/13, https://github.com/figma/code-connect/issues/108 Update, see: https://github.com/figma/code-connect/issues/98#issuecomment-2256639897 In our DS we have code like this: ```tsx Add ``` I haven't been able to figure out how to map this yet... basically...

under discussion