Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@cjlarsen cjlarsen released this 08 May 01:25
· 7 commits to main since this release
9066a1b
  • Updates view injection to be the same standard as other SwiftUI views
        let viewModel = CLAnimatedTabViewModel(tabBarHeight: 69.0, tabNames: ["Tab 1", "Tab 2", "Tab 3"])
        CLAnimatedTabView(viewModel: viewModel) {
            Text("1")
            Text("2")
            Text("3")
        }