ProfessionalCard is a SwiftUI component that displays a clean and elegant personal card. Easily customizable and perfect for apps that want to use lightly cards in a stylish way.
- Modern card design
- SwiftUI-native
- Fully customizable: title, sub title, gradient colora
- Works on both iOS and macOS
- Lightweight and dependency-free
You can add this package directly through Xcode:
- Open your project in Xcode.
- Go to File > Add Packages...
- Enter the URL of the repository: https://github.com/Ivan-Bondaruk/ProfessionalCard
- Select version
1.0.1or Up to Next Major. - Click Add Package.
That's it! The package is now ready to use in your SwiftUI project.
- iOS 13.0+ / macOS 13.0+
- Xcode 16
- Swift 6.1
- SwiftUI framework
import ProfessionalCard
ProfessionalCardView(title: "Analytics",
subTitle: "View detailed perfomance metrics and insights",
iconName: "chart.line.uptrend.xyaxis",
gradientColors: [.blue, .cyan ], badgeText: "New") {
// Action Here
}
