How might we enhance collaboration between design/dev in Figma #7234
Unanswered
heyjoethomas
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been thinking about ways to further bridge the gap between design dev in Figma. The first idea I had was to use the component description to share dev info like Polaris React component name and used props. This information would surface to a developer as they inspect the Figma file given to them from the designer.
Simple example below for the
Badge
component. A more complex example is theActionList
as it uses an array for the 'sections' prop which can't be easily replicated. It also has children that also have their own props. This is what a dev would see when in the inspect panel.Wondering what you all think of this idea. Would this be helpful? Too much info? Missing anything that would make it better?
Current talking points/challenges/questions from initial Slack thread:
Beta Was this translation helpful? Give feedback.
All reactions