Convert to Svelte
sp_to_svelteConverts HTML/Tailwind markup into SvelteKit components with Svelte 5 runes ($state) and optional shadcn, Radix, or MUI library mapping.
Instructions
Convert HTML/Tailwind to SvelteKit components with Svelte 5 runes ($state) and optional component library mapping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML/Tailwind source to convert | |
| componentLibrary | No | none | |
| appRouter | No | Use Next.js App Router (React only) |