> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/tomato-admin/inputs/phone-editor.md).

# Phone Editor

<figure><img src="/files/X8pqD0NBiNspKDtjphSq" alt=""><figcaption></figcaption></figure>

you can make an easy phone with country code and flag by using this component

```html
<x-tomato-admin-tel 
    id="contact_phone" 
    name="contact_phone" 
    label="Contact Phone" 
    required
/>
```

this component uses [vue3-tel-input](https://www.npmjs.com/package/vue3-tel-input)
