These are the standard components that are supported by Sigma. Figma components are mapped to SwiftUI components, and the type of Figma component and its set properties determine the SwiftUI component that is generated.

This section is introduce for it is supported SwiftUI views.

Supported SwiftUI View

VStack

Activate Auto layout in the Frame component of Figma. Then set the vertical alignment

HStack

Activate Auto layout in the Frame component of Figma. Then set the horizontal alignment

ZStack

Activate Auto layout in the Frame component of Figma. And deactivate both vertical and horizontal alignment

LazyVGrid

LazyHGrid

Image

It is generated when an image is set to the Rectangle component of Figma. You can also add special features such as SFSymbols# or AsyncImage

Text

Figma Text can be converted to SwiftUI Text

TextField

Button