Svelte Components Quick Start Component libraries: Bits UI (headless) | Ark UI | Melt UI (primitives) Form trick: Use attribute when form can't wrap inputs: Web Components Reference Files - component-libraries.md - Bits UI, Ark UI setup - web-components.md - Building custom elements - form-patterns.md - Advanced form handling Notes - Bits UI 1.0: flexible, unstyled, accessible components for Svelte - Form attribute enables easy form resets - Use snippets to wrap rich HTML in custom select options - Last verified: 2025-01-14 <!-- PROGRESSIVE DISCLOSURE GUIDELINES: - Keep this file 50 lines tot…