skills/modelscope.cn/form-design

form-design

SKILL.md

Form Design & Validation

Create accessible, validated forms with excellent user experience.

Instructions

  1. Use proper labels - Every input needs an associated label
  2. Validate on blur and submit - Immediate feedback without being intrusive
  3. Show clear error messages - Specific, actionable guidance
  4. Group related fields - Use fieldsets for logical groupings
  5. Support keyboard navigation - Tab order, Enter to submit

React Hook Form + Zod (Recommended Stack)

Setup

npm install react-hook-form zod @hookform/resolvers
Installs
1
First Seen
Jun 5, 2026
form-design from modelscope.cn