code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
I get a warning in my editor when using JSX without React being imported. Not sure if this is an "everyone" thing or a "my company" thing but thought I'd...
Currently, "instance swap" properties are referenced as "links" to other components. It would be great to be able to reference them by name, and get a string value when mapping...
We use base components in our Design System, and we expose properties from nested components so they can be combined with properties from the main component. We have a basic...
The function now checks if a target file already exists and prompts the user for confirmation before overwriting it. This update prevents accidental data loss and gives users more control...
First of - thanks for the great work on this! It would be amazing to also support Web Components (Lit, Stencil) to connect.
I had originally started writing this issue because I kept getting errors when trying to scaffold a new component. Although this is a minor issue, I can see some people...
Currently, the `import` statement of the example block is inferred/derived from the actual `import` statement from the `*.figma.tsx` file. This can be altered _to a certain extent_ through `importPaths` from...
Our (Stripe's) Button component in Figma has a `state` enum like this: ```js state: figma.enum("State", { Default: "default", Hovered: "hovered", Pressed: "pressed", Focused: "focused", Disabled: "disabled", }) ``` In code...
First, congrats on the launch! 🎉 Super excited to see where Dev Mode is going. Of course I couldn't stop myself from playing around yesterday during the announcement and in...