# Form A complete form implementation with validation and submission handling. ## Installation Start from a Svelte 5 application, then install the component package, shared theme, and Bits UI peer: ```bash pnpm add coss-svelte @coss-svelte/theme bits-ui ``` Import `@coss-svelte/theme/style-coss.css` after Tailwind from the application's global stylesheet. ## Usage ```svelte
``` ## Anatomy - `Form` ## API Reference ### Form A complete form implementation with validation and submission handling. **Composition and refs** - `children: Snippet<[]>` Inherits from [Svelte