Default

pam-Form sets up the base for forms and outputs a default inline form.

Markup

Toggle example guides Toggle HTML markup

<form pam-Form>
    <input type="email" placeholder="Email">
    <input type="password" placeholder="Password">
    <input type="button" pam-Button value="Log in">
</form>