CardSkeletonLoadingPattern

public enum CardSkeletonLoadingPattern

Provides reusable skeleton loading patterns for Card components. These static properties offer placeholder card layouts to display while content is loading, ensuring a consistent and visually appealing loading state across the UI.

  • Provides a header-only card skeleton with a title.

    Declaration

    Swift

    public static let oneLineCard: Card
  • Provides a two-line card skeleton with a title, subtitle, and detail image.

    Declaration

    Swift

    public static let twoLineCard: Card
  • Provides a three-line card skeleton with a title, subtitle, detail image, and actions.

    Declaration

    Swift

    public static let multipleLineCard: Card
  • Provides a generic card skeleton with a title, subtitle, icons, header action, and overflow action.

    Declaration

    Swift

    public static let genericCard: Card