jsuarezruiz/figma-to-maui-graphics

how to use generated file in MAUI project

Opened this issue · 0 comments

once file generated , how I can use it in MAUI project?
for example in https://github.com/microsoft/FigmaSharp/wiki explained that for each view two files are generated that are part of the same (partial) class. MyView.designer.cs contains the template, that draws the UI and MyView.cs.
With figma-to-maui-graphics project generated one big file. So could you please explain what action needed to get MAUI GUI pages? What is steps to include generated file into MAUI android project?