From 8bc329b66f5d4b1e935f02c66a7cfd6df0a06a5f Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 18 Nov 2025 14:08:35 +0100 Subject: [PATCH 1/2] fix(NcFormBox): add NcButton to supported components Signed-off-by: Grigorii K. Shartsev From 8e36d37c2fb01f73c65179d898fa6d7da8f3db7e Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Tue, 18 Nov 2025 15:07:27 +0100 Subject: [PATCH 2/2] chore(NcFormBox): improve docs Signed-off-by: Grigorii K. Shartsev [skip ci] --- .../NcAppSettingsDialog.vue | 20 ++- src/components/NcFormBox/NcFormBox.vue | 122 ++++++++++++------ 2 files changed, 98 insertions(+), 44 deletions(-) diff --git a/src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue b/src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue index f34c465a85..3536b49199 100644 --- a/src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue +++ b/src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue @@ -489,10 +489,10 @@ In case of dynamic/conditional sections rendering explicit `order` prop must be ```vue ``` ### Advanced usage -Use scoped slots params to apply the item class to custom items. +Scoped slot prop `itemClass` can be used to apply the same border radius effect to custom components. +Create an issue if you need a composable to inject the class into a custom component. ```vue + + ```