I really like the stepper component from swiftUI -...
# compose
c
I really like the stepper component from swiftUI - does anyone know an equivalent in compose / material3? My personal opinion is that taps are always more enjoyable than using the keyboard. Though nothing is more annoying than scroll wheels 😅
in this component, you can change the value with the buttons, or just type it in directly
s
z
image.png
You will need to customize it a bit 😅 But I think its entirely possible to match your screenshot!
c
wow that compose-cupertino library is quite an undertaking 😲 A good point though - I could probably create it pretty easily with TextField and Button composables as is