KarrotListKit
KarrotListKit copied to clipboard
Refactor: support self-sizing on SwiftUI
Background
The SwiftUI system propose a size to the Component and gives you the opportunity to calculate component size. Currently, the Framework is missing this behavior and does not support Component self-sizing. This PR supports Component self-sizing by connecting an related APIs to determine the size.