Plus Minus Html Button

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

button-plus-minus

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

1 Like