In this example, the custom element rendered for "password" input field.
If no input attribute is set, default value is "password". <password-toggle></password-toggle>

In this example, the custom element rendered for "password" input field if width size is higher than 800px. <password-toggle input="passwd" resolution-min="800"></password-toggle>

In this example, the custom element rendered for "password" and "confirm" input field. <password-toggle input="pwd,confirm"></password-toggle>