code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
In the [publishing](https://emojipedia.org/winking-face) section of the ./react/README.md, `--verbose` is listed as an option. This doesn't work. When I checked the [code](https://github.com/figma/code-connect/blob/main/react/src/commands/connect.ts#L22-L33) for the args I couldn't find `--verbose`. I did...
I guess you guys can add a simple example of `include` files as this example: ```jsonp { "codeConnect": { "include": ["*.figma.tsx"], "exclude": ["test/**", "docs/**", "build/**"], "react": { "importPaths": { "src/components/*":...
Hi, we've recently kicked off a project to implement the code-connect for our design system. We have already been using the Storybook and thought it would be straight forward to...
It would be super helpful, when it would be possible to connect multiple stories in one Storybook file, to different Figma components. Because we do not always have **one** component...
Please make separate libraries and repositories for the different platforms you plan to support. code-connect-react code-connect-swift and so on For teams that use the semantic versioning of libraries to determine...
I've created an `icons.figma.tsx` file like the docs suggest using the [sample script](https://github.com/figma/code-connect/blob/main/react/scripts/import-icons.ts), and everything is working great as far as Figma goes. The generated code is exactly what I...
## Question I have a Figma component that uses a "Text" layer instead of a property. With code connect, is there a way to target this layer to map to...
Trying to `publish` a sample component and I’m getting the following error for multiple components (not the component I’m trying to publish, but colocated components in the parent directory: ```sh...
We have a `` component with a boolean `rounded` prop which is set by default to `true`. Similarly, in Figma, we also have a `rounded` boolean prop defaulted to `true`....
Interesting feature - it looks like a builtin variant of Storybook. Could you please add support for .NET MAUI?