Component Preview Preview React components in isolation using Ladle (lightweight Storybook alternative) with real Mantine v7 + Tailwind styling. No dev server needed. When to Use - After modifying a UI component — proactively offer to preview it - When the user asks "show me what it looks like" or "generate a preview" - When debugging visual issues — create a story to reproduce and iterate - When reviewing component changes before committing Prerequisites Ladle is configured in the project root: - — Global provider with MantineProvider + theme - — Story discovery config - — Vite config with p…