Coffee Luv Bug Design System

Input Type Email

Depending on browser support, the e-mail address will be automatically validated when submitted.

        
        
        <form>
        <label for="email">Enter your email:</label>
        <input type="email" id="email" name="email">
        </form>
           
        
        
        
        input[type=email]
        {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        }