code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
Please provide: - Code Connect CLI version - "@figma/code-connect": "^1.0.3", - Code Connect file, Figma design and/or relevant code snippet that could help us get more context - If you...
I am getting an error that says `Can't resolve 'child_process'` when using `@figma/code-connect:1.0.2` and Storybook v8.2.3. Commenting out the references to the package fixes the issue. I have included the...
Describe the feature you'd like: With some of our components the prop's type is number, but there is no option for us to transform the `figma.string` into a number. I...
Hi, I cannot seem to find any references to publishing Code Connect components to a Figma file branch. Is this a possibility?
Love this new feature for developers! Requesting support for Solid.js or guidance on how to contribute to creating support for Solid.js. Solid documentation: https://www.solidjs.com/
Given that the config file is JSON, would be great to have a JSON schema available so the config file can be typed.
It would be helpful to be able to create a variant restriction from a nested prop. Is this currently possible?
Describe the feature you'd like: I have a use case where I'm dynamically rendering the children of my Figma component in the generated code connect snippet using `figma.children`. My component...
```jsx titleItem: figma.nestedProps('_Contained list title item', { label: figma.boolean('Tooltip', { true: figma.string('List title text') + figma.children('Tooltip'),
I am encountering an issue with the figma.enum method when passing an object in the value of the true key for the actions prop. The object is being stringified when...