code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
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...
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/',...
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...
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...
👋 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...
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...
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...
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...
Is there a setting to avoid stripping semicolons from React code? They're in my examples, but are getting removed.
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...