Svelte Components Documentation: svelte.dev | Use for API reference Visual Validation with Chrome MCP Always verify UI changes visually using the Chrome MCP: 1. After making component changes, use Chrome MCP to take a snapshot or screenshot 2. Verify the component renders correctly and matches expected design 3. Test interactive states (hover, focus, disabled) when applicable 4. Check responsive behavior at different viewport sizes 5. Default to the site path for verification This visual validation loop catches styling issues, layout problems, and accessibility regressions that automated test…