β All Components
PhoneInput
Form Inputs
Phone number input with automatic US formatting and validation.
Live Demo
Usage
<script>
import { PhoneInput } from "jatui"
</script>
<PhoneInput />Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | - | Field label |
value | string | "" | Phone number (bindable) |
error | string | - | Error message |
placeholder | string | "(555) 555-5555" | Placeholder |