docyrus-record-detail-form-design
Installation
SKILL.md
Docyrus Record Detail Form Design
Build full Docyrus record create, edit, and detail experiences around shared field metadata.
Choose the build mode
-
Standard create/edit/view record screen → use
useDocyrusFormView.- Best when the page is a normal Docyrus form or detail surface.
- Handles metadata loading, item loading, option hydration, field rendering, and submit behavior.
- Read
references/hook-form-view.md.
-
Custom manual form or detail layout → use
DynamicFormField,DynamicValue, oruseDocyrusFieldComponent.- Best when the page already owns form state, layout, or data fetching.
- Read
references/manual-form-detail-patterns.md.
-
Inline editing, click-to-edit detail rows, or field-by-field editing → use
EditableRecordDetailandEditableValue.- Best when users should edit a record in place without switching to a full form.
- Read
references/advanced-inline-edit-and-renderers.md.