How to use components created in Figma with Mendix

0
*Although it was not an option, I am using Mendix Studio Pro 10.10.0. Hello everyone. I have been using Mendix since this month, but I would like to know if there are any questions. Is it possible to import components created in Figma directly into Mendix and use them?(I searched various ways to copy and paste and import, but I couldn't find anything...) Create a design on Figma and output the code with CSS. Is there no other way but to edit the CSS on Mendix and reflect it? If anyone knows, I would appreciate it if you could reply.
asked
2 answers
2

Hi Hiroshi Igarashi,

We cannot use the components built in Figma. we can only create components in mendix and apply the CSS code from figma to those Components.

 

answered
0

The usual way to go is to open the Mendix Atlas UI KIT in Figma (you can find the UI Kit on Figma pages, just google the name). In the UI kit, you create a new page and start designing. You use assets from the kit so your design fits Atlas in Mendix. After the design is done, it is best to create UI Resources Package (UIRP) in your Mendix app (see the Mendix docs). That is just a special module where your "theme" will be stored. In the UIRP you create your page and popup layouts and start designing by creating page structures and SCSS. You also change how Mendix widgets look by using SCSS.

answered