Creating a design system: best practice.

Hi Team Plasmic,

What are your suggested best practices to integrating a design system from Figma into Plasmic?

Thank you in advance!

Hey @aihe_team,

I would recommend creating a project for your design system that is imported into other projects. After importing the designs from Figma, you will need to do some fine tuning on the component structure and set the props. I would also recommend trying to use style tokens where it’s possible.
One thing you need to decide is how much interaction you want to be in Plasmic (using interactions, event handlers, etc) and how much of it you want to do in code. Both ways can work, but for more complex structures we would recommend doing it in code.

1 Like

I’m very grateful in advance @fmota!