# Tutorial: Create a Phone Call Block

We want to be able to create an simple "family directory" app that calls a family member when a user taps that family member's photo.

To do this, let's make a `phonecall` block that, when clicked, calls a predefined number. It should be a button that displays an image and/or a label.

TODO...


