# `` Creates `` element with `href` attribute formatted according to SMS protocol. ## Usage ```jsx import {Sms} from 'libreact/lib/Sms'; Click me! ``` ### Props ```ts interface ISmsProps { phone: string; body?: string; } ``` , where - `phone` - required, string, phone number. - `body` - optional, string, SMS text body.