Skip to content

Commit fbd47cd

Browse files
committed
Add Form to the catalog
1 parent 018b646 commit fbd47cd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Demo/App.swiftpm/Sources/Catalog.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ struct CatalogEntry: Identifiable {
3939
CatalogEntry(id: "scroll", title: "ScrollView", screen: AnyCatalogScreen(ScrollViewPlayground())),
4040
CatalogEntry(id: "list", title: "List", screen: AnyCatalogScreen(ListPlayground())),
4141
CatalogEntry(id: "grid", title: "Grid", screen: AnyCatalogScreen(GridPlayground())),
42+
CatalogEntry(id: "form", title: "Form", screen: AnyCatalogScreen(FormPlayground())),
4243
CatalogEntry(id: "modifier", title: "Modifiers", screen: AnyCatalogScreen(ModifierPlayground())),
4344
CatalogEntry(id: "interaction", title: "Interaction", screen: AnyCatalogScreen(InteractionPlayground())),
4445
CatalogEntry(id: "navigation", title: "Navigation", screen: AnyCatalogScreen(NavigationPlayground())),

0 commit comments

Comments
 (0)