Skip to content

Commit ac3abe2

Browse files
committed
List the disclosure playground in the catalog
1 parent fa787a2 commit ac3abe2

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
@@ -51,6 +51,7 @@ struct CatalogEntry: Identifiable {
5151
CatalogEntry(id: "list", title: "List", screen: AnyCatalogScreen(ListPlayground())),
5252
CatalogEntry(id: "lazystack", title: "Lazy Stacks", screen: AnyCatalogScreen(LazyStackPlayground())),
5353
CatalogEntry(id: "grid", title: "Grid", screen: AnyCatalogScreen(GridPlayground())),
54+
CatalogEntry(id: "disclosure", title: "DisclosureGroup", screen: AnyCatalogScreen(DisclosurePlayground())),
5455
CatalogEntry(id: "form", title: "Form", screen: AnyCatalogScreen(FormPlayground())),
5556
CatalogEntry(id: "modifier", title: "Modifiers", screen: AnyCatalogScreen(ModifierPlayground())),
5657
CatalogEntry(id: "representable", title: "Custom Views", screen: AnyCatalogScreen(RepresentablePlayground())),

0 commit comments

Comments
 (0)