VInputEmail
VInputEmail
is a component in Vunix that extends the HTML <input>
element with a type prop of email
. As an extension of VInputBase
, VInputEmail
inherits all the features of VInputBase
. To learn more about these features, check out the VInputBase documentation.
<VInputEmail name="email" label="Email" placeholder="Type your email here" required/>