Skip to content

Commit 2d251b3

Browse files
committed
Add Styling to the catalog
1 parent 13d66a6 commit 2d251b3

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
@@ -25,6 +25,7 @@ struct CatalogEntry: Identifiable {
2525

2626
static let all: [CatalogEntry] = [
2727
CatalogEntry(id: "text", title: "Text", screen: AnyCatalogScreen(TextPlayground())),
28+
CatalogEntry(id: "style", title: "Styling", screen: AnyCatalogScreen(StylePlayground())),
2829
CatalogEntry(id: "button", title: "Button", screen: AnyCatalogScreen(ButtonPlayground())),
2930
CatalogEntry(id: "toggle", title: "Toggle", screen: AnyCatalogScreen(TogglePlayground())),
3031
CatalogEntry(id: "slider", title: "Slider", screen: AnyCatalogScreen(SliderPlayground())),

0 commit comments

Comments
 (0)