You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussing with @Filippoperl and @andreaforni about ways to create and integrate into the website designer-generated documentation for components, and realizing that generating such documentation is considerable effort for designers and also for developers who need to translate it into code, we went searching for other options.
@Filippoperl found a Figma plugin which can automatically generate docs, similarly to what Nick did manually, which is clearly not the same quality but it's good enough.
The next step was to figure out how we can then include these docs in the Website that @marceloFerreira90 is working on. Among the options we considered:
clearly, writing it manually
using a tool such as https://www.locofy.ai/ which generates React code from a figma page
embedding Figma into the website
We believe that the most promising option is to try embedding figma, which is natively supported. As an example, we were able to slightly tweak the embed code that figma generates to give it a look that would be reasonably good when embedded into a webpage, by changing the properties of the iframe, for example
The idea is to take this one step further and come up with an approach that allows us to integrate the figma docs without having to turn them into code.
The text was updated successfully, but these errors were encountered:
After discussing with @Filippoperl and @andreaforni about ways to create and integrate into the website designer-generated documentation for components, and realizing that generating such documentation is considerable effort for designers and also for developers who need to translate it into code, we went searching for other options.
We believe that the most promising option is to try embedding figma, which is natively supported. As an example, we were able to slightly tweak the embed code that figma generates to give it a look that would be reasonably good when embedded into a webpage, by changing the properties of the iframe, for example
The idea is to take this one step further and come up with an approach that allows us to integrate the figma docs without having to turn them into code.
The text was updated successfully, but these errors were encountered: