diff --git a/.claude/skills/studio-ui-patterns/SKILL.md b/.claude/skills/studio-ui-patterns/SKILL.md index 85acab8a14..2a67de2bee 100644 --- a/.claude/skills/studio-ui-patterns/SKILL.md +++ b/.claude/skills/studio-ui-patterns/SKILL.md @@ -34,7 +34,7 @@ Docs: `apps/design-system/content/docs/ui-patterns/forms.mdx` - Use `react-hook-form` + `zod` - Use `FormItemLayout` instead of manually composing `FormItem`/`FormLabel`/`FormMessage`/`FormDescription` -- Wrap inputs with `FormControl_Shadcn_`; use `_Shadcn_` imports from `ui` for primitives +- Wrap inputs with `FormControl`; use `_Shadcn_` imports from `ui` for primitives Layout selection: diff --git a/apps/design-system/content/docs/components/switch.mdx b/apps/design-system/content/docs/components/switch.mdx index 6e7ec2d1f7..958b3fe49f 100644 --- a/apps/design-system/content/docs/components/switch.mdx +++ b/apps/design-system/content/docs/components/switch.mdx @@ -66,13 +66,13 @@ When using Switch in custom flex layouts (especially with height constraints lik ```tsx