Input icon

pam-Input-Icon enables icons to be used with a input.

Deprecated: Styling for legacy input icons. Support will be dropped after PAM version 1.1.
Markup

Toggle example guides Toggle HTML markup

<form pam-Form>
    <div pam-Input-Icon>
        <label for="icon">
        <img src="http://placehold.it/24x24">
        </label>
        <input id="icon" type="text" placeholder="Icon">
    </div>
</form>