PEmail is a convenience wrapper over PInput with type="email".
Demo
Usage
<PEmail v-model="email" required> Email address</PEmail>Props
| Prop | Type | Default | Notes |
|---|---|---|---|
value | String | Number | '' | v-model value. |
Events
| Event | Payload | Description |
|---|---|---|
input | String | Emits when value changes. |
valid | Boolean | HTML5 validity state. |
Slots
| Slot | Description |
|---|---|
| default | Input label text. |