swiftui-components topic
SwiftUI-Common
SwiftUI components that seem to be highly reusable.
AsyncView
AsyncView is a SwiftUI View for handling in-progress and error states when loading data asynchronously using async/await. It's like AsyncImage but for data.
MediaPicker
Customizable media picker written with SwiftUI
AdvancedList-SwiftUI
MOVED to https://github.com/crelies/AdvancedList | Advanced list with empty, error and loading state implemented with SwiftUI
List-Pagination-SwiftUI
** MOVED https://github.com/crelies/ListPagination ** | Easily implement pagination support in your SwiftUI lists
ListPagination
Swift package providing extensions of RandomAccessCollection to support List pagination in SwiftUI
ExpandableText
Expand the text with the "more" button.(SwiftUI)
Swipeable-View
Simple editActionsForRowAt functionality, written on SWIFTUI
ContributionChartView
SwfitUI Package for Contribution Chart View Inspired by Github and LeetCode