orbit-swiftui icon indicating copy to clipboard operation
orbit-swiftui copied to clipboard

Add string interpolation support for `Text`

Open PavelHolec opened this issue 1 year ago • 0 comments

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.

PavelHolec avatar May 10 '23 10:05 PavelHolec