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

Hey team! Don't know if this is the correct channel to ask this, and I apologize if it isn't, but are there any plans to support the [Design Tokens Format](https://design-tokens.github.io/community-group/format/)...

With both Code Connect and Code Snippet Editor, we can see the corresponding code for the components. So what makes Code Connect different than Code Snippet Editor?

I'm getting the following error when trying to create a variant restriction with a boolean property `The Figma Variant "Actionable" does not have an option for true` When creating my...

under discussion

Hey, when generating components it is quite annoying to go into each directory. I would love to have an option to pass a relative directory: ```zsh $ npx figma connect...

on roadmap

When looking at the `--debug` output I noticed that the `source` field under `fileKeyToNodeIds` section was incorrect. An example as follows: ```js "source": "https///github.com/organisation/repo/tree/master/packages/tooltip/dist/index.d.ts", ``` Which should be: ```js "source":...

First off, my team is super excited about this tool! From our experimentation so far it's looking really promising as a way to help bridge the gap between designers and...

on roadmap
fixed in next release

Hi Team, I am able find the fix working fine with "*.figma.tsx" file approach. with #40 . Is the same applied to storybook file approach? I have below props update...

hi, when I run `npx figma connect unpublish` ``` Unpublishing Code Connect files from Figma... Successfully deleted: -> https://www.figma.com/design/...&m=dev (Storybook) -> https://www.figma.com/design/...&m=dev (Storybook) -> https://www.figma.com/design/... (Storybook) ``` however, when I...

need more information

I'm not sure if I'm misunderstanding the documentation or if this is a bug or limitation of some kind. Based on this example from the React README: ``` // maps...

fixed in next release