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

### Preface: I have read the [contributing guidelines](https://github.com/figma/code-connect/blob/cfed2bf6f63c5d61d9d358556d3a7117ba9c59ba/CONTRIBUTING.md) > However, we are currently not accepting any PRs at this time. Understood if the PR will be closed. I am creating...

### Describe the feature you'd like: Understood from https://www.figma.com/code-connect-docs/template-v2-api/ it is possible for us to create raw Code Connect file. Is it possible to also publish the types for these...

feature request

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 Mac...

API question

figma cli version: `1.3.1` example ```ts figma.connect("", { props: { removeChevron: figma.boolean("Chevron") === false, }, variant: { Type: 'Chevron' }, example: ({ removeChevron }) => html` `, }); ``` output...

API question

When running through setup steps to configure figma connect with Xcode iOS application project the CLI fails to build code-connect package as it uses incorrect path. Xcode does not store...

API question

Good day! Similar to https://github.com/figma/code-connect/issues/215, our designer is also using Icons as children instead of instance swap properties. Is it possible to use the `getProps` on this result to get...

feature request

## Versions Code Connect CLI version: `1.2.4` Code Connect lib: `1.1.3` Kotlin Gradle Plugin: `2.1.0` ## Issue ``` figma connect publish --token ... --verbose ``` ``` Config file found, parsing...

bug

figma cli version: `1.3.1` Currently when using `figma.children` there’s no option to specify a slot on the `HtmlTemplateString`. example ```ts figma.connect("", { variant: { Icon: true }, props: { iconInstance:...

feature request

- Code Connect CLI version 1.3.1 - Operating system: macOS 13.3 - Code Connect file, Figma design and/or relevant code snippet that could help us get more context ``` import...

API question

figma cli version: `1.3.1` How can we share props across multiple files? example props.ts ```ts import figma from "@figma/code-connect/html"; export const sharedProps = { type: figma.enum("Type", { Primary: "primary", Secondary:...

API question