add instruction to use the Button component (#7554)

This commit is contained in:
Guilhem
2026-01-14 11:17:31 +00:00
committed by GitHub
parent d29f99aea3
commit 4232b3113c
+1
View File
@@ -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