From b16356c21ccf42dc9d3e300e2238966741923894 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 --- src/components/NcButton/NcButton.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/components/NcButton/NcButton.vue b/src/components/NcButton/NcButton.vue index 4b3e83fdbc..144a15abb4 100644 --- a/src/components/NcButton/NcButton.vue +++ b/src/components/NcButton/NcButton.vue @@ -425,6 +425,7 @@ td.row-size { ``` ### 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 + + ```