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 validation uses outdated Storybook node IDs instead of .figma.tsx > **Note:** URLs and design system names have been redacted for privacy. Node IDs have been obfuscated but...

API question

Our UX team is using nested components for reusability in Figma which has created a challenge for us when hooking it up to code connect. It seems like code connect...

feature request

Describe the feature you'd like: ### TL;DR: It would be amazing to have the functionality to automatically scaffold code from a Figma design by offering interfaces to walk layers in...

feature request

## Bug Description When using `figma.string()` inside a conditional boolean prop mapping, the generated code snippet shows the template literal `{ figma.string('Property Name') }` instead of the actual string value...

feature request

### Problem Description Our project uses Zod v4.0.17, but Figma Code Connect currently depends on Zod v3, causing compatibility issues that prevent us from using Code Connect in our design...

feature request

**Environment**: - Code Connect: v1.3.4 - OS: macOS 15.6 - Framework: HTML/Web Components **Issue:** Code Connect files publish successfully via CLI, but Figma Dev Mode shows "Something went wrong with...

API question

I’m using Code Connect and would like generated code snippets to omit nested components entirely when they are mapped to β€Ž`undefined` or not present, especially for cases like secondary buttons...

feature request

Please provide: - Code Connect CLI version 1.3.4 - The project is inside docker with node 22 I am using code connect to connect vue code with my design, I...

API question

πŸ“ Description Currently, when Code Connect renders object-type props, properties with undefined values are still displayed in code examples, resulting in unnecessarily verbose and cluttered code snippets. πŸ” Current Behavior...

feature request

I’m having trouble getting nested props to show up in the code preview for a parent component using Code Connect. Here’s the setup: β€’ I have a β€Ž`PageHeader` component that...

API question