code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
👋 Hi Figma team, Our team is exploring the use of LLMs to generate more concrete code examples by leveraging Figma Code Connect. Currently, we are passing in the Code...
On our design system we have one particular component which is exposed in the library in multiple components. This particular component has 10 variants, so i have to use `figma.connect()`...
Hi there! Here its the details: - Code Connect CLI version 1.1.3 - Operating system macOs - Code Connect file, Figma design and/or relevant code snippet that could help us...
At present, as per https://github.com/figma/code-connect/blob/main/docs/html.md#basic-setup the developer needs to have an `.env` file in the same directory that the `figma connect` command is being run if they choose to use...
👋 Hi Figma team, We’ve recently released Code Connect for our components, and they are now visible in Figma Dev Mode, which has been a great addition to our workflow....
The current library doesn't work in some environments that need proxy authentication. For example, I need to use a custom https agent that is proxy aware to connect to Figma's...
In Figma we rely on a List primitive to output a type of UI across multiple components. So for example: - Select Dropdown - Side Navigation - Mobile Navigation These...
Ran into a snafu (thought it's mostly how our components are built). We connected our code for Avatar: ``` ``` Pretty simple, right? So for our AvatarGroup, we should just...
When a component has a boolean prop with a default value of `true`, you must explicitly pass `false` to disable the behavior. However, when the prop is set to `false`,...
While the documentation speaks of hiding the default when it comes to modifiers there is no mention of how to do this with properties in a Struct's initializer. And so...