Component - CRUD operations with SwiftData
This UI component demonstrates basic CRUD (Create, Read, Update, Delete) operations using SwiftData in an iOS app. It shows a list of items that the user can add to, edit, or remove, with changes saved automatically.