Is there a Spin Box component?

I can’t find a ‘Spin Box’ component in JUCE… does anyone have any leads? Feature requests?

image

You could use a slider with the IncDecButtons style:

image

Aha nice, thanks! I don’t think there is a way to set the slider’s range to be unlimited, right? I would just set it to a very high number?