Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 683 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 683 Bytes

Card Carousel

A package that adds carousel view to SwiftUI.

Installation

To use this package, add it to your Xcode project as a dependency. Go to File > Add Packages and enter this repository’s url.

For a more detailed description of how to add packages, check out Apple’s documentation.

Demo

package demonstration

Credit

This package was build on top Christopher Guirguis's Infinite Carousel.