button widget

0
Hi below there is a image. I need that kind of a buttton can anyone tell me the name of this widget, or how i can make this ?  
asked
1 answers
1

Hi, 

You can add a container in your page in the below format 

 

Update the value based on button click using a microflow/nanoflow. 

 

to acheive the styling you can simply add border-radius:50% . and that will do the job 

 

Result will be something like this

 

answered