canonrs-server 0.1.0

CanonRS server-side rendering support
1
2
3
4
5
6
7
8
9
10
11
12
13
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"]