Description.
<form action="">
<label for="example-name">Name</label>
<input type="text" id="example-name">
<label for="example-last-name">Last name</label>
<input type="text" id="example-last-name">
<input type="submit" class="btn">
</form>
| Class name | Description |
|---|---|
large |
Makses input field larger, similar to what it does on a button. |
Overlay label above input field. Optionally add large on input and label plus
cta on label.
<div class="slide-up">
<input class="large" id="expires" type="text" placeholder="Skriv inn epost..." />
<label class="large cta" for="expires">Hold meg oppdatert</label>
</div>