Windmill Svelte Patterns Apply these Windmill-specific patterns when writing Svelte code in . For general Svelte 5 syntax (runes, snippets, event handling), use the Svelte MCP server. Windmill UI Components (MUST use) Always use Windmill's design-system components. Never use raw HTML elements. Buttons — Props: , , , , Text inputs — Props: (bindable), , , , Selects — Props: , (bindable), , , Icons — Never write inline SVGs. Import from : Form Components Form components (TextInput, Toggle, Select, etc.) should use the unified size system when placed together. Styling - Use Tailwind CSS for all…