Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
1–10 of 11 posts
Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#2Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#3Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#4This is quite nice. The problem I usually see with Figma converting to HTML plugins is that, there are too many nested divs! This might not be friendly for weak devices and is not that SEO friendly. If you are trying to solve this problem, it would be awesome!
Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#5Wow that's super cool! I love how it just opens up codesandbox. Thanks for putting this together and sharing it – I just got into Tailwind and it's been so amazing!
Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#6This is quite nice. The problem I usually see with Figma converting to HTML plugins is that, there are too many nested divs! This might not be friendly for weak devices and is not that SEO friendly. If you are trying to solve this problem, it would be awesome!
Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#7This is quite nice. The problem I usually see with Figma converting to HTML plugins is that, there are too many nested divs! This might not be friendly for weak devices and is not that SEO friendly. If you are trying to solve this problem, it would be awesome!
Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#8Anyone reading this whose looking for the holy grail solution of Figma to code that's written like a developer wrote it, I'm working on this (should be ready soon!) and would love to talk to you - please email me on emile@pygma.app (note that the current public version isn't very good and suffers from the same problems as all the others).
Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#9Nice work in that the output looks pretty close and it's super convenient to open it in CodeSandbox. Unfortunately it still has the same issue as all other plugins that try to do this in that the code is nothing like how it would be written by a developer and isn't responsive. Anyone reading this whose looking for the holy grail solution of Figma to code that's written like a developer wrote it, I'm working on this (…
Also, in contrast to Pygma, you don't need an account to generate code :)
Re: Show HN: I've made a Figma plugin that converts design to HTML with TailwindCSS
#10Nice work in that the output looks pretty close and it's super convenient to open it in CodeSandbox. Unfortunately it still has the same issue as all other plugins that try to do this in that the code is nothing like how it would be written by a developer and isn't responsive. Anyone reading this whose looking for the holy grail solution of Figma to code that's written like a developer wrote it, I'm working on this (…
It is responsive as long as you use auto layout. Every other code generation plugin in Figma community is either paid or doesn't work anymore. I've tried Pygma and I just couldn't get it to work, it crashes when I'm trying to use it. Also, in contrast to Pygma, you don't need an account to generate code :)
Yes the current public version of Pygma is no good - I've just been heads down trying to get the complete version working and haven't really been attending to the current plugin.