Hi,
Has anyone tried to build a Anvil app from a Figma design?
If so, I would really appreciate a guide of some sort
Thanks!
Hi,
Has anyone tried to build a Anvil app from a Figma design?
If so, I would really appreciate a guide of some sort
Thanks!
Seconding this! If anyone has done this I would be interested.
As long as you can get the HTML and CSS, of course you can. I do this all the time. You need to create an html page template, referencing your new css (i.e. _/theme/mynewcss.css). And that will start you off. Then you can build any specific Figma components as html components and set anvil properties by following the Working with HTML docs.
Can you provide any insight into the best way to integrate Figma designs into the development process? Is there any recommended workflow for this in order to be able to easily make design changes later on and have them integrated into the app without a tedious exporting and reintegration process? Are there any additional plugins necessary?
I have used Locofy in the past which is great, and that can integrate directly with GitHub, however I feel there should be a way to do this natively, no?
So, the workflow currently is:
Export your css and html.
And then itβs just test and play.