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
With the support of figma.children, snippets are now easier to use. Thank you!
We believe that SVG strings and fimga.children will make it even more convenient.
Are there any plans to add SVG strings to params?
For example.
This button consists of an icon component and a text node.
This is what you want to display as a snippet in the button component
this is great feedback and i have had this floating around in the back of my head for awhile now. i want to avoid generating svg for every single node if it isnt being used. this is a similar problem to children, i only want to parse children if children are referenced in the template and the child has templates on it.
I have plans to add some logic to optimize this (parsing the templates up front) and i think this would be a great enhancement as a part of it.
With the support of figma.children, snippets are now easier to use. Thank you!
We believe that SVG strings and fimga.children will make it even more convenient.
Are there any plans to add SVG strings to params?
For example.
This button consists of an icon component and a text node.
This is what you want to display as a snippet in the button component
I think we can achieve this by registering a snippet like this in each template
The text was updated successfully, but these errors were encountered: