marketing Components
Marketing
Components designed for landing pages and marketing materials. Includes feature cards, pricing cards, and hero sections for showcasing products and services.
3 components available
P
DSPricingCard
NewSubscription plan card with name, price, billing period, feature list with checkmarks, CTA, and highlighted state for the recommended plan.
v2.0·iOS 17+
F
DSFeatureCard
NewMarketing card with an icon, headline, and body text. Designed for feature grids on landing pages.
v2.0·iOS 17+
H
DSHeroSection
NewFull-width landing page hero with an announcement badge, headline, subheadline, CTA buttons, and a social proof row.
v2.0·iOS 17+
Quick Import Reference
swift
// Package.swift
.package(url: "https://github.com/luizmellodev/SwiftDS-package", from: "2.0.0")
// In any SwiftUI file
import SwiftDS
struct MyView: View {
var body: some View {
VStack(spacing: DSSpacing.md) {
// Use any marketing component here
}
}
}