form-patterns
CommunityBuild beautiful, validated forms with DaisyUI v5.
System Documentation
What problem does it solve?
This Skill provides a clear and consistent set of patterns for building forms using DaisyUI v5, addressing the significant changes from v4. It ensures forms are well-structured, accessible, visually appealing, and integrate seamlessly with SvelteKit's remote function error handling, saving development time and improving user experience.
Core Features & Use Cases
- DaisyUI v5 Structure: Guides on using the new
fieldset/fieldset-legendand<label class="input">patterns for inputs, ensuring correct styling and accessibility. - Automatic Validation UI: Leverages the
validatorclass to provide instant visual feedback for input validation states, improving user guidance. - Consistent Spacing & Layout: Recommends
space-y-4for forms andw-fullfor inputs to maintain a uniform and responsive design across your application. - Integrated Error Handling: Shows how to display server-side errors from SvelteKit remote functions directly within the form, providing immediate and relevant feedback to users.
- Use Case: Create a user registration form that includes fields for name, email, and password. This Skill provides the exact DaisyUI v5 classes and structure to build this form, ensuring it looks professional, provides clear validation feedback, and handles errors gracefully.
Quick Start
Wrap form fields in <fieldset class="fieldset"> with a <legend class="fieldset-legend">.
For inputs, use <label class="input w-full"> as a wrapper, containing <input class="grow">.
Add the validator class to the <label> for automatic validation styling.
For selects and textareas, apply select w-full or textarea w-full directly to the element.
Display server errors using {#if my_form.error}.
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: form-patterns Download link: https://github.com/spences10/devhub-crm/archive/main.zip#form-patterns Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.