Is there a UI component to place a call from the app user phone

Hi
Is there a UI component or codeless block which can enable to place a call from the user phone.

eg: placing an icon of telephone it can be a button and on click it can access the dialer with a phone number passed from a variable or page data and it shows the passed number in the dialer.

Usage scenario: a contact us page, we have put all other links like facebook, youtubelink etc in a button. we need to add a button to place a call and a button to send an email.
call should pass the company number example 55403922 and email eg:abcd@abc.com as the to address and opens the mail app of the user phone and makes a new email.

regards

regards

You don’t need a custom component for that. A link in the following format will open the phone app:

tell:123456789

More info on stackoverflow:

Regards,
Mark