Skip to content

Commit 006d536

Browse files
committed
Add Animation to the catalog
1 parent 7f0ad0b commit 006d536

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
@@ -42,6 +42,7 @@ struct CatalogEntry: Identifiable {
4242
CatalogEntry(id: "form", title: "Form", screen: AnyCatalogScreen(FormPlayground())),
4343
CatalogEntry(id: "modifier", title: "Modifiers", screen: AnyCatalogScreen(ModifierPlayground())),
4444
CatalogEntry(id: "appearance", title: "Appearance", screen: AnyCatalogScreen(AppearancePlayground())),
45+
CatalogEntry(id: "animation", title: "Animation", screen: AnyCatalogScreen(AnimationPlayground())),
4546
CatalogEntry(id: "interaction", title: "Interaction", screen: AnyCatalogScreen(InteractionPlayground())),
4647
CatalogEntry(id: "navigation", title: "Navigation", screen: AnyCatalogScreen(NavigationPlayground())),
4748
CatalogEntry(id: "tab", title: "TabView", screen: AnyCatalogScreen(TabViewPlayground())),

0 commit comments

Comments
 (0)