You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/core/src/button-group/button-group.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ import globalStyles from './button-group.global.css?inline';
21
21
22
22
/**
23
23
* @element nve-button-group
24
-
* @description A button group is a control that enables users to choose between two or more distinct mutually exclusive options.
24
+
* @description A button group organizes related buttons and can support either mutually exclusive single or multi selection. Prefer usage within toolbars.
25
25
* @since 0.16.0
26
26
* @entrypoint \@nvidia-elements/core/button-group
27
27
* @slot - default slot for `nve-button` or `nve-icon-button`
0 commit comments