Just wondering if a plus minus input button is possible in Dash or this needs to be done via a new component?

Just wondering if a plus minus input button is possible in Dash or this needs to be done via a new component?

You’ll need to make a new component. dcc.Input(type='number') is similar, but not exactly the same.