Skip to content

Round button

A round button is an interactive element with a circular appearance. It is used to trigger actions, such as navigating through different screens or menus, or initiating specific operations within the app. Round buttons can have different colours, sizes, and even icons within them to provide visual cues about their functionality.

Example

type name parameter_list
round_button round_button_par_2_1 icon_src:
round_button round_button_par_2_2 icon_src: plh_images/icons/play.svg

Google Sheet Demo
Live Preview Demo

Parameters

Parameter Value Description
icon_src empty string (default) Button without an icon
icon_src string Button with an icon. The icon_src can be a file path within the global subfolder of the assets folder or an icon in the ionicons library
style information (default) Button colour primary
style navigation Button colour secondary with a smaller diameter
style yellow Button colour yellow
style orange Button colour orange
style dark_orange Button colour dark orange
style home_screen Button colour primary positioned to the right hand side of the screen
text empty string (default) No text on the button
text string Any string as a button text
disabled false (default) To be removed
disabled true To be removed
starting_seconds 0 - (default) To be removed
starting_seconds number To be removed
ping empty string (default) To be removed
button_align center (default) To be removed
button_align left To be removed
button_align right To be removed