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
Instead of just offering component previews, the plugin system could be a more generic "some text to some widget" system. This would allow things like:
```colors
#111222
#222111
```
to be converted to a color swatch, or:
```font
Helvetica Neue
11, 13, 17
```
to be converted to a font preview. It could also be used for things like mermaid
The text was updated successfully, but these errors were encountered:
Great suggestion by @blynx: A plugin that renders Figma artifacts. This way, we can more easily compare the state in Figma with the state in HTML/CSS/JS. We can also create a component for which we only have a Figma version, and no HTML/CSS/JS yet.
That way you could control for example the height of the rendered component preview window. Sometimes you just want to render a narrow button, sometimes you want to render a vertical navigation.
Also you could enable/disable features, etc. of that widget.
Instead of just offering component previews, the plugin system could be a more generic "some text to some widget" system. This would allow things like:
to be converted to a color swatch, or:
to be converted to a font preview. It could also be used for things like mermaid
The text was updated successfully, but these errors were encountered: