code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
iOS CodeConnect has [this](https://github.com/figma/code-connect/blob/main/docs/swiftui.md#hiding-default-values) `hideDefault` parameter, it would be nice to have the same parameter added to Compose annotation to be able to hide default values to make code snippets...
- Code Connect CLI version [use `npx figma -V` if using React, or `figma -V` otherwise, to get the version of your CLI] `1.2.2` - Operating system `Sonoma 14.7.1` -...
Hi! I tried to integrate code connect, but got strange silly error: ``` figma connect create "MY_LINK" --token MY_TOKEN --verbose ``` This is output ``` Config file found, parsing /Users/me/StudioProjects/myproject...
Please provide: - Code Connect CLI version [use `npx figma -V` if using React, or `figma -V` otherwise, to get the version of your CLI] 1.2.2 - Operating system Sonoma...
I've got a designer who is using icons as children instead of instance swap properties and I need to pass that icon into my react component as a react component....
Our `Heading` component contains typography inside it, and the color of the typography is being changed directly, rather than through the component's own props. So, I want to extract the...
- Code Connect CLI version - 1.2.2 - Operating system - Windows 11 - Code connect - Compose Figma Connect plugin not working on Windows 11 due to trying to...
Please provide: - version "1.2.2" - Operating system "MacOS" - Platform Android Even after having this config I am getting error ``` { "codeConnect": { "include": ["src/main/kotlin/com/****/components/divider/*"], "exclude": [ "test/**",...
## Problem In the file where we created the component, the code is displayed as we intended. But if we create another file and then load the component we created,...
Describe the feature you'd like: ### Code snippets without Code Connect I'm still getting familiar with Figma, Dev Mode, and Code Connect, but from my exploration it seems like a...