Components

Dialer

<Dialer {...Dialer.DialerProps} />

A dialer that contains a phone number input field, dialpad and a call button Can be themed with theme.Dialer

Type Definitions

DialerCallback(phoneNumber) → {void}

Parameters:
Name Type Description
phoneNumber string phone number entered
void

DialerProps

Properties:
Name Type Attributes Description
onDial Dialer.DialerCallback <optional>
Callback when dialing action is submitted.
hideActions boolean <optional>
Identifies if the dialer actions are hidden.
defaultPhoneNumber string <optional>
Default phone number for dialer.
onPhoneNumberChange Dialer.DialerCallback <optional>
Callback when phone number is changed.