orbit-swiftui
orbit-swiftui copied to clipboard
Add string interpolation support for `Text`
The native Text
supports string interpolation. Orbit component should support is as well to allow syntax like:
Text("Hello, \(Text("world").textColor(.blueDark))!")
If possible, this interpolation support should also support localization.