figma / code-connect

A tool for connecting your design system components in code with your design system in Figma
MIT License
486 stars 44 forks source link

The custom `links` array is not showing up in Figma #12

Closed andreiduca closed 4 weeks ago

andreiduca commented 4 weeks ago

While not currently documented, the source code shows support for a links property which is supposed to show up in Figma (but it currently does not):

  /**
   * A list of links that will display in Figma along with the examples
   */
  links?: FigmaConnectLink[]
tomduncalf-figma commented 4 weeks ago

Hey @andreiduca, yeah this one is not currently implemented in Figma itself. For now, you can add dev resources links instead. We are hoping to add support for rendering these soon!