code-connect
code-connect copied to clipboard
A tool for connecting your design system components in code with your design system in Figma
Describe the feature you'd like: We have a Button component in figma, which has a bunch of properties (including specifically "variant" & "type") - some of which are merged into...
Twig https://twig.symfony.com/ is the templating language for Symfony, Drupal and also many Wordpress projects using this framework https://github.com/timber/timber It's a 'curly braces' templating language similar to Handlebars, Mustache, etc. You...
Importing `@figma/code-connect` in my storybook story files causes an issue due to `node` imports it uses in the browser: ``` TypeError: console_1.Console is not a constructor at ./node_modules/@figma/code-connect/dist/common/logging.js (http://localhost:6006/vendors-node_modules_figma_code-connect_dist_index_js-node_modules_react-native-web_dist_expo-6c8669.iframe.bundle.js:167:17) ```...
We want to enhance the experience using code connect by developing a plugin that will merge figma base code snippets and code connect docs... Should this be possible in the...
Whenever using a nested instance of another component, the example that is pushed out provides two import statements: one for the original component and one for when the nested instance...
We have a Button component that behaves differently on different backgrounds. With the Figma prop Background = "On Product" a className "g-inverted" needs to be added to the React code....
I see from your readme that you have support for `SwiftUI` but nothing about `UIKit`. Are the plans to support it in the roadmap?
in Figma I have a toggle "is Unavailable" (can be "Yes", "No") in component.figma.tsx ```figma.connect( AvatarCTA, "https://www.figma.com/design/213213213wasfasdasdsad/asdsadasdsad-%26-Organisms?node-id=13-sssad&m=dev", { props: { label: figma.string("Label"), showDescription: figma.boolean("show Description"), isUnavailable: figma.boolean("is Unavailable"), }, example:...
I see the figma documentation covering details for connecting single React Code Component to Multiple Figma Component sets with Figma.tsx file approach. I can have multiple figma.connect calling with each...
We have a Button component in Figma with two different sizes: default and small. As this affects the height of the Button component it cannot be a Boolean prop, but...