Hello, I want to make this kinda slider thingy, and then numbers next to it according to how many spots has been used, and the % of how much is filled, can anyone help me whit this, I have no idea how to do this at all.
Oh and also, the input will be a number
I’m new to bubble still, but I think this can be done with a slider input element (just be sure to disable input so user cannot move the slider around):
- Just set the initial content of the input slider as your number field you’re trying to display.
- style the input slider element to look the way you want
- add a text field underneath to display the raw number displayed in the slider as shown in your screenshot.