mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
e80486c350
* feat: Add Ladle component preview setup and Claude Code skill - Configure Ladle with MantineProvider, Tailwind, and ~/path alias - Add component-preview skill for screenshot-based UI review workflow - Include example story for challenge Eligible Models accordion - Install @ladle/react as dev dependency Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: Add example component preview screenshots Sample output from the Ladle + browser automation preview workflow. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
/** @type {import('@ladle/react').UserConfig} */
|
|
export default {
|
|
stories: 'src/**/*.stories.tsx',
|
|
defaultStory: '',
|
|
viteConfig: '.ladle/vite.config.ts',
|
|
};
|