Has anyone tried to make a design system in compose multiplatform? I see examples in the project generated by the wizard on how to wrap something that’s an full on flow via UIViewControllerRepresentable and ComposeUIViewController.
However, what i’m hoping to do is to be able to define the individual design kit elements (like buttons and so forth) in a way that they can be used from swift code. Basically what i’m looking for is some way to represent a composable as a SwiftUI view struct.