Nicolas Renard
Nicolas Renard
I guess you guys can add a simple example of `include` files as this example: ```jsonp { "codeConnect": { "include": ["*.figma.tsx"], "exclude": ["test/**", "docs/**", "build/**"], "react": { "importPaths": { "src/components/*":...
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...
I'm trying to create some docs using figma code connect and some components have a component inside when a variant it's true and when it's false the component disappears and...
I need to take each children from a figma component and use this data as an array have some way to do that? Example code: ```tsx import React from "react"...