FigmaToCode
FigmaToCode copied to clipboard
Generate responsive pages and apps on HTML, Tailwind, Flutter and SwiftUI.
data-options='{"Size": "lg", "Color": "primary"}' This would be amazing. I'm already heavily using the "Layer names" feature.
Hey @bernaferrari, Whilst working on the Tailwind renderer and the variables stuff, I noticed quite a lot of duplication, and some situations where it would be difficult or cumbersome to...
I was wondering if it was possible to open Tailwind code in Tailwind Playground Whilst not possible to do directly, a simple Chrome extension could act as a bridge. The...
Hey @bernaferrari, I wanted to raise this as I've been working a lot with the code, but how would you feel about moving to the Standard coding style? The major...
AFAIKT it looks like arbitrary border sizes are not supported in Tailwind. I'm adding support in the Tailwind renderer, so would be a nice add at some point.
Some of the UI options could be disabled if they are not relevant: - "Optimize Layout" – if there are no `inferredAutoLayout` nodes - "Round Values" and "Round Colors" –...
Hey, Just wondering what the purpose of the responsive preview is. It doesn't seem to simulate anything that might be relatable (i.e. phones, screens, etc) in the real world that...
• now supports styles, if a style is used for a figma node, its styles take precedence on node fills. (probably need factorization for other frameworks) • add a setting...
WIP...
Hey! It seems that Tailwind classes generated in the app are different from the "recommended" order that plugins like prettier and [Tailwind Playground](https://play.tailwindcss.com/Qc8ESVlLvs) use. App: ```html ``` Playground: ```html ```...