How to sync code with latest figma design

How to sync code with latest figma design

initially created a design with two text fields and a button. Generated code and copied files to workspace.

Now I have added another button in figma page, do I need to completely generate code and replace entire thing in codebase or how to sync only newly change design

Hey @itanil1203 , here’s what you can do when design changes after the initial code export.

  1. Select only the new or changed elements (e.g., the new button).
  2. Click “Generate Code” in the Builder Figma plugin.
  3. Copy only the relevant code snippet (JSX/CSS/etc.).
  4. Manually paste it into your existing component (e.g., update your ButtonGroup or Form component).

Let me know if you have any further questions.