From 9f480659ecf33acb56952c5bc67a43c2fd511777 Mon Sep 17 00:00:00 2001 From: Barnabas Balogh Date: Fri, 1 May 2026 10:34:19 +0200 Subject: [PATCH] docs: add UI principles and guidelines for component design --- AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c91d9222..67b91339 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -12,6 +12,14 @@ Follow these instructions before making changes: --- +## Ui principles +* Ui design should align with the material ui 3 design system +* For new components check https://m3.material.io/components if there is an available solution for the problem. +* Using Box components are a red flag and should be only used when there is no other option. +* When styling components check the material ui 3 site first and use it for the decision https://m3.material.io/styles + +--- + ## Repository Expectations * Always use the currently used syntax in the codebase. Include examples for any naming you introduce.