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

a user following this readme ran into a problem in which their url contained a `&`, and so their command was failing. this should hopefully make it clearer that one...

I'm seeing a bug with nested components connected with variant restrictions. When I view the Code Connect code from the parent component the child component code ignores the variant restrictions...

fixed in next release

- Expectation: display Label and expose label value when is Label is true - Actual result: Exposed `{props.label}` as a string as it is Code ``` props: { // .....

under discussion

It would be great to facilitate the communication of the top-level component(s) being used in a Figma frame so that the developer isn't diving into the subcomponents to grab the...

under discussion

Hi there. Thank you for your wonderful open source work. I would like to comment on the opportunity to use this project in a slightly different way. I work in...

on roadmap

- Code Connect CLI version: 1.0.5 - Operating system: MacOS Hey team, I've been using the publish command in Figma Code Connect to push my Figma files to our design...

API question

👋 Hi team, I've been using the Figma CLI script to auto-generate Figma files for Code Connect, which has been very helpful for integrating our design system with our development...

**Describe the feature you'd like:** We've been using Figma Code Connect to link our design system's React components with Figma designs, and it's been working great for components like Button,...

API question

In our react design system, we do have a generic Icon component that gets an icon svg file as a prop: ```javascript import PlusSmall from `hsds/icons/plus-small` import Icon from `hsds/components/icon`...

API question

Please provide: Code Connect CLI version: 1.0.5 Operating system: macOS Hi team! I have a component that needs to pass props to the `onPress` event. Here's the code connect file:...

under discussion
API question