Framework

Search items

Alert
Feedback

A SwiftUI prompt that presents a title, supporting message and actions over the current view.

ExpoSwiftUIiOS, tvOS
BottomSheet

A SwiftUI modal sheet that presents focused content from the bottom of the screen.

ExpoSwiftUIiOS, tvOS
Button

A SwiftUI action control with native styling, semantic roles and modifier support.

ExpoSwiftUIiOS, tvOS
ConfirmationDialog

A SwiftUI action prompt that presents a set of related choices, including destructive and cancel roles.

ExpoSwiftUIiOS, tvOS
ContextMenu

A SwiftUI menu of contextual actions revealed from its associated content.

ExpoSwiftUIiOS, tvOS
ControlGroup

A SwiftUI container that visually coordinates a related set of interactive controls.

ExpoSwiftUIiOS, tvOS
DisclosureGroup

A SwiftUI container with a labelled control that expands or collapses its content.

ExpoSwiftUIiOS only
Divider

A SwiftUI visual separator that adapts to the orientation of its containing stack.

ExpoSwiftUIiOS, tvOS
Form

A SwiftUI container that organizes data-entry controls into platform-standard grouped rows and sections.

ExpoSwiftUIiOS, tvOS
HStack

A SwiftUI layout that arranges child views horizontally with configurable alignment and spacing.

ExpoSwiftUIiOS, tvOS
Image

A SwiftUI visual for rendering SF Symbols with native sizing, color and symbol treatments.

ExpoSwiftUIiOS, tvOS
List

A SwiftUI scrolling container for structured rows, sections and platform-standard list interactions.

ExpoSwiftUIiOS, tvOS
Menu

A SwiftUI control that reveals a compact list of actions or choices from a labelled trigger.

ExpoSwiftUIiOS, tvOS
Overlay

A SwiftUI layout modifier that places secondary content in front of a primary view.

ExpoSwiftUIiOS, tvOS
Picker

A SwiftUI single-choice input with native menu, segmented, wheel and navigation presentations.

ExpoSwiftUIiOS, tvOS
Popover

A SwiftUI floating panel anchored to a source view for contextual content or controls.

ExpoSwiftUIiOS only
Section

A SwiftUI grouping container for related rows with optional header and footer content.

ExpoSwiftUIiOS, tvOS
Slider

A SwiftUI track-and-thumb input for choosing a continuous value within a bounded range.

ExpoSwiftUIiOS only
Spacer
Separator

A SwiftUI layout element that expands along a stack axis to create flexible spacing.

ExpoSwiftUIiOS, tvOS
TabView

A SwiftUI container that switches among selected child views using tabs or page-style navigation.

ExpoSwiftUIiOS, tvOS
TextField

A SwiftUI single-line input for editable text with native focus and submission behavior.

ExpoSwiftUIiOS, tvOS
Text

A SwiftUI primitive for styled text that can combine nested runs with distinct formatting.

ExpoSwiftUIiOS, tvOS
VStack

A SwiftUI layout that arranges child views vertically with configurable alignment and spacing.

ExpoSwiftUIiOS, tvOS
ZStack

A SwiftUI layout that layers child views back to front with configurable alignment.

ExpoSwiftUIiOS, tvOS