Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 507 Bytes

email.md

File metadata and controls

18 lines (12 loc) · 507 Bytes

Email

The most basic usage of the component is to simply reference it:

    <x-email name="email_address" />

This will output the following HTML:

<input name="email_address" type="email" id="email_address" class="form-control">

You can use this component in the same way as the "Input" component because it extends it.

Reference on MDN, especially for attributes