Skip to content

Field

Docs & Examples

Source

Example

html
<div class="x-field">
    <label class="x-label">Label</label>
    <div class="x-control">
        <input type="text" required>
    </div>
    <em class="x-info text-error" hidden>Info</em>
</div>

Released under the MIT License.