Card

SwiftSail Card Component


Card is an essential building block of your app. It can be used to build any kind of content. Card contains title, description, optional icon and custom content that you can define yourself.

Card supports SFSymbols icons or any other resource.

Example:

Card(
    title: "Notifications",
    icon: "checkmark.circle.fill",
    description: "No new notifications..."
) {
  // ...content goes here
}

Cards - dark Cards - light