Add a SwiftUI component from ShipSwift. Use when the user says "add component", "add a view", "add X view", "I need a chart", "add animation", or wants a specific UI element.
Add production-ready SwiftUI components to your project from ShipSwift's local source library.
Identify the component: Read skills/catalog.md to find the right component. Common mappings:
SWAnimation/SWShimmer.swiftSWChart/SWDonutChart.swiftSWComponent/Feedback/SWAlert.swiftSWModule/SWAuth/ (all files)SWModule/SWCamera/ (all files)Read the source file: Read the Swift file from ShipSwift/SWPackage/<path>. The file contains the complete implementation.
Integrate into the project:
SWUtil/+iOS/+macOS files, set the platform filter in Xcode Build PhasesVerify: Walk through any dependencies or setup steps needed.
SW prefix (SWDonutChart, SWTypewriter)..sw prefix (.swShimmer(), .swGlowScan()).CategoryType pattern with String convenience initializer.private with SW prefix.SWAnimation/, SWChart/, and SWComponent/ are each self-contained (single file + SWUtil).SWModule/ are multi-file — copy the entire folder.