From 4232b3113ca3372b7447191fab0fe39563291e32 Mon Sep 17 00:00:00 2001 From: Guilhem Date: Wed, 14 Jan 2026 11:17:31 +0000 Subject: [PATCH] add instruction to use the Button component (#7554) --- frontend/CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/CLAUDE.md b/frontend/CLAUDE.md index 0596b62443..da207ec62a 100644 --- a/frontend/CLAUDE.md +++ b/frontend/CLAUDE.md @@ -19,6 +19,7 @@ ### UI Components +- Use frontend/src/lib/components/common/button/Button.svelte for all buttons - Use the component TextInput for all text inputs - Form components (TextInputs, ToggleButtons, Select ...) should all use the same size when put together, using the unified size system. - Read carefully components props JSDoc before using them