```
### 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
-
-
NcButton without a group
-
-
- First button
-
-
- Second button
-
-
- Third button
-
-
-
-
NcButton inside NcFormBox with scoped-slot
-
-
- First button
-
-
- Second button
-
-
- Third button
-
-
-