
by Luiz Mello
@luizmellodevTinder-style swipeable card stack with smooth animations. Supports swipe left/right/up gestures, visual indicators, programmatic controls, and customizable appearance. Perfect for dating apps, product browsing, or decision-making interfaces.
public protocol SwipeableCard: Identifiable {
var id: UUID { get }
}