Skip to content

Commit 92b38d8

Browse files
committed
List the label playground in the catalog
1 parent 59c4b7a commit 92b38d8

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
@@ -40,6 +40,7 @@ struct CatalogEntry: Identifiable {
4040
CatalogEntry(id: "frame", title: "Frames", screen: AnyCatalogScreen(FramePlayground())),
4141
CatalogEntry(id: "spacer", title: "Spacer & Divider", screen: AnyCatalogScreen(SpacerDividerPlayground())),
4242
CatalogEntry(id: "color", title: "Color", screen: AnyCatalogScreen(ColorPlayground())),
43+
CatalogEntry(id: "label", title: "Label", screen: AnyCatalogScreen(LabelPlayground())),
4344
CatalogEntry(id: "image", title: "Images", screen: AnyCatalogScreen(ImagePlayground())),
4445
CatalogEntry(id: "graphics", title: "Graphics", screen: AnyCatalogScreen(GraphicsPlayground())),
4546
CatalogEntry(id: "link", title: "Link", screen: AnyCatalogScreen(LinkPlayground())),

0 commit comments

Comments
 (0)