Generating Web Components from Figma with WCF is straightforward, since Figma implements a strong component model, that can be fully matched when generating Web Components.
Components, subcomponents and instances
In Figma a Component can have an unlimited quantity of nested subcomponents. The same happens in WCF generated Web Components.
In Figma, nested subcomponents aren’t components themselves, but rather instances of components. So, a detailed view of the component – instances relationship has to be taken into account.
At the Web, a Web Component is a JavaScript class
Variants
Leave a Reply