code-connect icon indicating copy to clipboard operation
code-connect copied to clipboard

A tool for connecting your design system components in code with your design system in Figma

Results 233 code-connect issues
Sort by recently updated
recently updated
newest added

- Code Connect CLI version: 1.0.5 - Operating system: macOS ### Ask I have a component in Figma that needs to output code similar to below: ``` icon_name Your text...

API question

- Code Connect CLI version: 1.0.1 - Operating system: MacOS: 14.5 (23F79) - Code Connect file, Figma design and/or relevant code snippet that could help us get more context (see...

under discussion

We use Nested Components within our Design Kit. Most of the time, this component serves a purpose of just functionality and isn't necessarily the actual parent of the children. For...

on roadmap
under discussion

Please provide: - Code Connect CLI version: 1.0.5 - Operating system: macOS Sonoma 14.5 (23F79) I am trying to connect the PrimaryButton component which has multiple variants. most of the...

API question

**Current behaviour** The annotations currently reside in the plugin artifact which has Kotlin compiler, KotlinPoet and Kotlin serialization among its dependencies, but annotations are supposed to be used in an...

- Code Connect CLI version **-->** `1.0.5` - Operating system **-->** `Mac OS` **figma.config.json file:** I'm running this command `figma connect create "https://www.figma.com/design/example/2024-New-Atomic-Design-System-WIP?node-id=6516-64792&m=dev" --token ***redacted**** --verbose` And I'm getting the...

need more information
API question

Hey! I am trying to test out Code Connect and I got stuck on this question. Is the expectation that there's a single large file containing the whole design library?...

under discussion
API question

- figma.config.json ```json { "codeConnect": { "importPaths": { "src/*": "@test" } } } ``` - not kebab-case ```javascript import { SideSheet } from "./sidesheet.js"; figma.connect( SideSheet, "https://www.figma.com/...", ... ) ```...

under discussion
API question

We use nested components in our design system quite a lot and utilize `figma.nestedProps` to map their props to the parents props in code. Only thing that doesn't work for...

under discussion

- **`stickyHeader: false`** -> has `type`, `withDescription`, `closeButton` properties - **`stickyHeader: true`** -> hide `type`, `withDescription`, `closeButton` properties How can I control it?

need more information
API question