how to set label on button?
Posted: Tue Apr 01, 2014 12:13 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi Pritu,
You will need HTML component and some custom CSS code.
To create a circle label you can setpreborder-radius: 50%;/pre
To place it over button use codez-index/code
And shift it as needed.
thanks katya,
I do it using another approch.
I follow this example:
http://jsfiddle.net/ThinkingStiff/mLW47/
I can do it succesfully.
Pritu,
Thank you for sharing this!