KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
CardStackView
★ 54
Open GitHub ↗
卡片交换动画
Download README (.md)
Explore Similar Repositories
CardStackAnimation
:
No description available.
CardStack
:
A SwiftUI package that lets you implement swipable cards in your project.
CardStackView
:
Inifinite swipeable stacked UIViews.
cardstack-editor
:
No description available.
SwiftUICardStack
:
Create an easy to peek SwiftUI View to showcase your own data, catalog, images, or anything you'd like.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CardStackView
?
Download (.md)
# CardStackView [](https://jitpack.io/#brucezz/CardStackView)  ## Installation **Step 1.** Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: ```groovy allprojects { repositories { ... maven { url "https://jitpack.io" } } } ``` **Step 2.** Add the dependency ```groovy dependencies { compile 'com.github.brucezz:CardStackView:1.3' } ```