From e22fc0af9c7fc094cdc3797d7df7927d8118ce37 Mon Sep 17 00:00:00 2001 From: Rajib Quayum Date: Fri, 3 Apr 2026 10:01:25 -0400 Subject: [PATCH] chore: update docs for MUI v5 class name prefix issue Signed-off-by: Rajib Quayum --- docs/conf/user-interface/index.md | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/docs/conf/user-interface/index.md b/docs/conf/user-interface/index.md index 107fde3d57..b9eda5151c 100644 --- a/docs/conf/user-interface/index.md +++ b/docs/conf/user-interface/index.md @@ -634,3 +634,53 @@ export const myTheme = createUnifiedTheme({ ``` + +
+ Missing v5 prefix for MUI 5 class names + +If you are using MUI 5 components in the main app, you may notice that the rendered elements have a `v5-` prefix in front of the MUI class names, but not when you try to use the class name props in code. + +Example: + +```html +