danielsaidi / SwiftUIKit

SwiftUIKit is a Swift SDK that adds extra functionality to Swift & SwiftUI.
MIT License
1.42k stars 56 forks source link

Make the library less complicated #9

Open danielsaidi opened 2 years ago

danielsaidi commented 2 years ago

This library was always about adding reusable, simple utilities and views to extend SwiftUI.

However, over time, I have added more complex component types and concepts to the library, which is a bad fit, since this concepts may require more specific demos, documentation etc. than fits this project.

As such, from SwiftUI 3, I will move many complex types into their own libraries. I will therefore list such components in the list below and deprecate them once they are their own libraries. I will then bump to 3.0 once they have all been converted.

For each new kit, I should have:

More may come as I start this work.