Inputs

Default Input Field
<div class="input-box">
    <label class="text-m" for="default-input">Input:</label>
    <div class="input-field">
        <span class="input-icon">
            <!-- Your Icon -->
        </span>
        <input type="text" name="default-input" id="default-input" placeholder="Default input">
    </div>
    <span class="text-s input-validation">
        Validation text
    </span>
</div>
Default input example

Styles

Input styles example

Password Input

Password input example
Search bar example

Select Input

Select input example

Pin Input

Pin input example

More Input Fields

More input field examples

Checkboxes

Checkbox examples

Radio Buttons

Radio button examples

Last updated