id: form-field
label: Form Field
category: form
description: Form field block with label, input, hint and error regions
tags: ["form", "field", "input", "label", "validation"]
slot_accepts:
label: Any
input: Any
hint: Any
error: Any
contract:
regions_required: []
regions_optional: ["label", "input", "hint", "error"]