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

First, I'll start off by saying, I know our design components need a lot of love to bring them up to current Figma capabilities. With that said, I think there...

API question

Our Toolbar component has a region for title and subtitle/rating and an enum to help set that up. This maps to two separate coded props like so: ``` figma.connect(Toolbar, 'https://www.figma.com/design/',...

API question

What do you do when you want to pass in children as an array or as an object, or as a const. I'll give an example below. # Breadcrumbs example...

under discussion
API question

I have connected all the icons assets in Figma. I used scripts to generate code connect files and added `name` props using the component name like below. Now on IconButton...

API question

👋 Hi Figma team, We're actively using Code Connect to integrate our design system components with Figma, and it's been incredibly useful for our development process. As we scale up...

enhancement

Describe the feature you'd like: I would like the ability to sync new Figma spec changes with existing code connect files. Currently: Once you run `figma connect` and "connect" your...

feature request

While this is a Swift Package and not an app I am able to get further then previously with the new `1.1.2` update. But I'm getting the following node errors...

API question

We have our config file set up to rename the import from our specific package, eg: `import { Button } from '@namespace/react-core';` BUT, we can't account for our customers properly...

API question

Is there a setting to avoid stripping semicolons from React code? They're in my examples, but are getting removed.

under discussion
API question

Hi Figma team, We're currently working with a set of React Text components (eg: TextLabel1, TextLabel2, TextCaption, etc) that are integral to our design system. However, in Figma, instead of...

API question